[jboss-jira] [JBoss JIRA] Created: (JBRULES-1409) JBoss Maven2 repository is missing dependencies for Drools 4.0.3

Mikhail Grushinskiy (JIRA) jira-events at lists.jboss.org
Tue Jan 8 22:33:57 EST 2008


JBoss Maven2 repository is missing dependencies for Drools 4.0.3
----------------------------------------------------------------

                 Key: JBRULES-1409
                 URL: http://jira.jboss.com/jira/browse/JBRULES-1409
             Project: JBoss Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: All
    Affects Versions: 4.0.3
            Reporter: Mikhail Grushinskiy


JBoss Maven2 repository is missing dependencies for Drools 4.0.3

Trying to build project with these dependencies (and pointing to JBoss repository at
http://repository.jboss.com/maven2 )

produces an error (others are downloaded fine)

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.antlr:antlr-runtime:jar:3.0

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.antlr -DartifactId=antlr-runtime \
          -Dversion=3.0 -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.antlr -
          -Dversion=3.0 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) com.bas.pbt.tiger:tiger-model:jar:1.0-SNAPSHOT
        2) org.drools:drools-compiler:jar:4.0.3
        3) org.antlr:antlr-runtime:jar:3.0

2) xerces:xercesImpl:jar:2.4.0

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=xerces -DartifactId=xercesImpl \
          -Dversion=2.4.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:       mvn deploy:deploy-file -DgroupId=xerces -Dar
          -Dversion=2.4.0 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) com.bas.pbt.tiger:tiger-model:jar:1.0-SNAPSHOT
        2) org.drools:drools-compiler:jar:4.0.3
        3) xerces:xercesImpl:jar:2.4.0

3) janino:janino:jar:2.5.10

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=janino -DartifactId=janino \
          -Dversion=2.5.10 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:       mvn deploy:deploy-file -DgroupId=janino -Dar
          -Dversion=2.5.10 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) com.bas.pbt.tiger:tiger-model:jar:1.0-SNAPSHOT
        2) org.drools:drools-compiler:jar:4.0.3
        3) janino:janino:jar:2.5.10

4) jexcelapi:jxl:jar:2.4.2

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=jexcelapi -DartifactId=jxl \
          -Dversion=2.4.2 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:       mvn deploy:deploy-file -DgroupId=jexcelapi -
          -Dversion=2.4.2 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) com.bas.pbt.tiger:tiger-model:jar:1.0-SNAPSHOT
        2) org.drools:drools-decisiontables:jar:4.0.3
        3) jexcelapi:jxl:jar:2.4.2

----------
4 required artifacts are missing.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list