I am also trying the RC1 build, and getting the same problem as paul:

1K downloaded
Downloading:
http://snapshots.maven.codehaus.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-8/doxia-1.0-alpha-8.pom
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: null:doxia-site-renderer:jar:1.0-alpha-8

Reason: Cannot find parent: org.apache.maven.doxia:doxia for project:
null:doxia-site-renderer:jar:1.0-alpha-8
I am not quite clear as to how my maven2 is looking at codehaus at all - its
not in my settings.xml, I only have ibiblio:

<mirror>

<id>mirrors.ibiblio.org</id>

<name>Mirror of http://repo1.maven.org/maven2/</name>

<url>http://www.ibiblio.org/maven2/</url>

<mirrorOf>central</mirrorOf>

</mirror>

Anyone any clues?







On 16/05/06, Andrew Borley <[EMAIL PROTECTED]> wrote:

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