Kevan,

Thanks for the reply.

Yes now it is over and CXF gives following.

Missing:
----------
1) com.sun.xml.bind:jaxb-impl:jar:2.0.5

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=com.sun.xml.bind -DartifactId=jaxb-impl \
-Dversion=2.0.5 -Dpackaging=jar -Dfile=/path/to/file

Path to dependency:
1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-RC-SNAPSHOT
3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC-SNAPSHOT
4) com.sun.xml.bind:jaxb-impl:jar:2.0.5

----------
1 required artifact is missing.

for artifact:
org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT

from the specified remote repositories:
central (http://repo1.maven.org/maven2),
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
codehaus-snapshots (http://snapshots.repository.codehaus.org),
apache-incubator (http://people.apache.org/repo/m2-incubating-repository/),
tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 minutes 18 seconds
[INFO] Finished at: Wed Apr 11 15:08:43 LKT 2007
[INFO] Final Memory: 89M/974M
[INFO] ------------------------------------------------------------------------

Lasantha


Kevan Miller wrote:

On Apr 11, 2007, at 4:32 AM, lasantha wrote:

Hi Folks,

G source code build failed in rev. 527408 with following error.

Any ideas?

I think this should be fixed by 527416

--kevan




Reply via email to