0 Replies Latest reply on May 24, 2011 5:23 AM by vipup

    build error with missing Drools

    vipup

      Hello,

      i just try to build JBPM from sources.

      With http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.0-Final/jbpm-5.0.0-src.zip/download  i get the error:

       

       

      [INFO] ------------------------------------------------------------------------

      [ERROR] BUILD ERROR

      [INFO] ------------------------------------------------------------------------

      [INFO] Failed to resolve artifact.

       

      Missing:

      ----------

      1) org.drools:drools-api:jar:5.2.0.M1

       

      Try downloading the file manually from the project website.

       

      Then, install it using the command:

      mvn install:install-file -DgroupId=org.drools -DartifactId=drools-api -Dversion=5.2.0.M1 -Dpackaging=jar -Dfile=/path/to/file

       

      Alternatively, if you host your own repository you can deploy the file there:

      mvn deploy:deploy-file -DgroupId=org.drools -DartifactId=drools-api -Dversion=5.2.0.M1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

       

      Path to dependency:

      1) org.jbpm:jbpm-flow:jar:5.0.0

      2) org.drools:drools-api:jar:5.2.0.M1

       

      2) org.drools:drools-core:jar:5.2.0.M1

       

      Try downloading the file manually from the project website.

       

      Then, install it using the command:

      mvn install:install-file -DgroupId=org.drools -DartifactId=drools-core -Dversion=5.2.0.M1 -Dpackaging=jar -Dfile=/path/to/file

       

      Alternatively, if you host your own repository you can deploy the file there:

      mvn deploy:deploy-file -DgroupId=org.drools -DartifactId=drools-core -Dversion=5.2.0.M1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

       

      Path to dependency:

      1) org.jbpm:jbpm-flow:jar:5.0.0

      2) org.drools:drools-core:jar:5.2.0.M1

       

      ----------

      2 required artifacts are missing.

       

      for artifact:

      org.jbpm:jbpm-flow:jar:5.0.0

       

       

      what is very similar with Activiti build:

       

      ...

      [exec] [ERROR] BUILD ERROR

      [exec] [INFO] ------------------------------------------------------------------------

      [exec] [INFO] Failed to resolve artifact.

      [exec]

      [exec] Missing:

      [exec] ----------

      [exec] 1) org.drools:drools-core:jar:5.1.1

      [exec]

      [exec] Try downloading the file manually from the project website.

      [exec]

      [exec] Then, install it using the command:

      [exec] mvn install:install-file -DgroupId=org.drools -DartifactId=drools-core -Dversion=5.1.1 -Dpackaging=jar -Dfile=/path/to/file

      [exec]

      [exec] Alternatively, if you host your own repository you can deploy the file there:

      [exec] mvn deploy:deploy-file -DgroupId=org.drools -DartifactId=drools-core -Dversion=5.1.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

      [exec]

      [exec] Path to dependency:

      [exec] 1) org.activiti:activiti-engine:jar:5.5

      [exec] 2) org.drools:drools-core:jar:5.1.1

      [exec]

      [exec] 2) org.drools:drools-compiler:jar:5.1.1

      [exec]

      [exec] Try downloading the file manually from the project website.

      [exec]

      [exec] Then, install it using the command:

      [exec] mvn install:install-file -DgroupId=org.drools -DartifactId=drools-compiler -Dversion=5.1.1 -Dpackaging=jar -Dfile=/path/to/file

      [exec]

      [exec] Alternatively, if you host your own repository you can deploy the file there:

      [exec] mvn deploy:deploy-file -DgroupId=org.drools -DartifactId=drools-compiler -Dversion=5.1.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

      [exec]

      [exec] Path to dependency:

      [exec] 1) org.activiti:activiti-engine:jar:5.5

      [exec] 2) org.drools:drools-compiler:jar:5.1.1

      [exec]

      [exec] ----------

      [exec] 2 required artifacts are missing.

      [exec]

      [exec] for artifact:

      [exec] org.activiti:activiti-engine:jar:5.5

       

      ...

       

       

      What repository i have to use for getting drools?