Hi,
I'm doing some building/testing on the M1-RC1 src release. When I run maven
I get the following build error. I then found the missing jars had been
downloaded into the
tuscany-incubating-M1-src\sca\bindings\sunjars\target\celtix-install\celtix\lib
directory and manually added them via the comands below makes it all work
again. Is this a side effect of the problems with the codehaus.org server,
another maven timeout thing or should this be a new JIRA?

Cheers

Andrew

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

Missing:
----------
1) javax.jws:jsr181-api:jar:2.0-JAXWS-2.0-EA3

 Try downloading the file manually from the project website.

 Then, install it using the command:
     mvn install:install-file -DgroupId=javax.jws -DartifactId=jsr181-api \
         -Dversion=2.0-JAXWS-2.0-EA3 -Dpackaging=jar -Dfile=/path/to/file

 Path to dependency:
       1)
org.apache.tuscany.sca.bindings:tuscany-binding-celtix:jar:incubating-M1
       2) org.objectweb.celtix:celtix-rt:jar:1.0
       3) org.objectweb.celtix:celtix-tools:jar:1.0
       4) javax.jws:jsr181-api:jar:2.0-JAXWS-2.0-EA3

2) javax.xml:saaj-api:jar:1.3

 Try downloading the file manually from:

https://jax-ws.dev.java.net/files/documents/4202/24765/JAXWS_SI_20051128.jar

 Then, install it using the command:
     mvn install:install-file -DgroupId=javax.xml -DartifactId=saaj-api \
         -Dversion=1.3 -Dpackaging=jar -Dfile=/path/to/file

 Path to dependency:
       1)
org.apache.tuscany.sca.bindings:tuscany-binding-celtix:jar:incubating-M1
       2) org.objectweb.celtix:celtix-rt:jar:1.0
       3) org.objectweb.celtix:celtix-tools:jar:1.0
       4) javax.xml:saaj-api:jar:1.3

3) javax.xml:jaxws-api:jar:2.0-JAXWS-2.0-EA3

 Try downloading the file manually from the project website.

 Then, install it using the command:
     mvn install:install-file -DgroupId=javax.xml -DartifactId=jaxws-api \
         -Dversion=2.0-JAXWS-2.0-EA3 -Dpackaging=jar -Dfile=/path/to/file

 Path to dependency:
       1)
org.apache.tuscany.sca.bindings:tuscany-binding-celtix:jar:incubating-M1
       2) org.objectweb.celtix:celtix-rt:jar:1.0
       3) org.objectweb.celtix:celtix-tools:jar:1.0
       4) org.objectweb.celtix:celtix-common:jar:1.0
       5) javax.xml:jaxws-api:jar:2.0-JAXWS-2.0-EA3

4) javax.annotation:jsr250-api:jar:2.0-JAXWS-2.0-EA3

 Try downloading the file manually from the project website.

 Then, install it using the command:
     mvn install:install-file
-DgroupId=javax.annotation-DartifactId=jsr250-api \
         -Dversion=2.0-JAXWS-2.0-EA3 -Dpackaging=jar -Dfile=/path/to/file

 Path to dependency:
       1)
org.apache.tuscany.sca.bindings:tuscany-binding-celtix:jar:incubating-M1
       2) org.objectweb.celtix:celtix-rt:jar:1.0
       3) org.objectweb.celtix:celtix-tools:jar:1.0
       4) org.objectweb.celtix:celtix-common:jar:1.0
       5) javax.annotation:jsr250-api:jar:2.0-JAXWS-2.0-EA3

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

for artifact:
 org.apache.tuscany.sca.bindings:tuscany-binding-celtix:jar:incubating-M1

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 objectweb (http://maven.objectweb.org/maven2),
 ibiblio (http://www.ibiblio.org/maven2)

Reply via email to