You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by vinothk <vi...@yahoo.com> on 2007/10/11 15:58:14 UTC

Compilation error

When I try "mvn install" to compile and install the Hello world sample
application it returns the following error msg.

Please let me know the location or url  of the 
"org.apache.activemq:activemq-core:jar:4.1-incubator-20070103"

Thanks
INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.activemq:activemq-core:jar:4.1-incubator-20070103

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.activemq
-DartifactId=active
mq-core \
          -Dversion=4.1-incubator-20070103 -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.apache.activemq
-DartifactId=activemq-c
ore \
          -Dversion=4.1-incubator-20070103 -Dpackaging=jar
-Dfile=/path/to/file
\
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1)
org.apache.servicemix.samples.helloworld.bc:hello-world-bc:jbi-compon
ent:1.0-SNAPSHOT
        2) org.apache.servicemix:servicemix-core:jar:3.1-incubating
        3) org.apache.activemq:activemq-core:jar:4.1-incubator-20070103

----------
1 required artifact is missing.
-- 
View this message in context: http://www.nabble.com/Compilation-error-tf4607402s12049.html#a13156280
Sent from the ServiceMix - User mailing list archive at Nabble.com.