Hi,

I couldn't run JMS, Spring or Spring-XQuery examples as well.. This time I'm
getting the error that two dependent packages are missing:
org.apache.activemq:activeio-core:jar:3.1-SNAPSHOT and
org.apache.activemq:activeio-core:test-jar:tests:3.1-SNAPSHOT. I'm using
Camel 1.3.0 Unix/Cygwin distro. Have ActiveMQ 5.1.0 setup. Running it all
under Windows XP from within Cygwin. The trace is attached below. Thanks.

Vlad



Missing:
----------
1) org.apache.activemq:activeio-core:jar:3.1-SNAPSHOT

  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
io-core -Dversion=3.1-SNAPSHOT -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=activeio
-core -Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
-Durl=[url] -D
repositoryId=[id]

  Path to dependency:
        1) org.apache.camel:camel-example-jms-file:jar:1.3.0
        2) org.apache.activemq:apache-activemq:jar:5.0.0
        3) org.apache.activemq:activeio-core:jar:3.1-SNAPSHOT

2) org.apache.activemq:activeio-core:test-jar:tests:3.1-SNAPSHOT

  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
io-core -Dversion=3.1-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar
-Dfile=/p
ath/to/file

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

      mvn deploy:deploy-file -DgroupId=org.apache.activemq
-DartifactId=activeio
-core -Dversion=3.1-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar
-Dfile=/pat
h/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.apache.camel:camel-example-jms-file:jar:1.3.0
        2) org.apache.activemq:apache-activemq:jar:5.0.0
        3) org.apache.activemq:activemq-core:jar:5.0.0
        4) org.apache.activemq:activeio-core:test-jar:tests:3.1-SNAPSHOT

----------
2 required artifacts are missing.

for artifact:
  org.apache.camel:camel-example-jms-file:jar:1.3.0

from the specified remote repositories:
  repo1.maven (http://repo1.maven.org/maven2/),
  central (http://repo1.maven.org/maven2),
  apache.m2.repo (http://people.apache.org/repo/m2-ibiblio-rsync-repository
),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  uface.m2 (http://uface.googlecode.com/svn/maven/),
  open.iona.m2 (http://repo.open.iona.com/maven2),
  apache.incubating.releases (
http://people.apache.org/repo/m2-incubating-reposi
tory)

Reply via email to