Hi,

I pulled down the revision  406865 from SVN and tried a build.  I did have
problems with doxia and org.mortbay.jetty which I resolved in the way you
have mentioned.  But then am stuck with the following when the module
"Tuscany BigBank Web Client Module" is being built.  Any clues?

[INFO]
------------------------------------------------------------------------
---
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
---
[INFO] No Java test frameworks found
[INFO]
------------------------------------------------------------------------
---
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
---
[INFO] Total time: 39 seconds
[INFO] Finished at: Tue May 16 18:32:04 IST 2006
[INFO] Final Memory: 5M/10M
[INFO]
------------------------------------------------------------------------




On 5/16/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