Hi,

I try to build the war from the source code.
I'm using JDK 1.5 and maven 1.0.2

But I got different errors while testing:

BUILD FAILED
File...... /home/polosun/.maven/cache/maven-multiproject-plugin-1.5-SNAPSHOT/plugin.jelly
Element... maven:reactor
Line...... 227
Column.... 64
Unable to obtain goal [multiproject:install-callback] -- /home/polosun/.maven/cache/maven-test-plugin-1.8.1-SNAPSHOT/plugin.jelly:155:49: <junit> Test org.apache.rahas.RahasSAMLTokenV1205Test failed
Total time: 30 minutes 53 seconds
Finished at: Sun Jan 07 21:35:47 CET 2007

From TEST-org.apache.rahas.RahasSAMLTokenV1205Test.txt:

org.apache.axis2.AxisFault: Read timed out; nested exception is:
java.net.SocketTimeoutException: Read timed out; nested exception is:
org.apache.axis2.AxisFault: Read timed out; nested exception is:
java.net.SocketTimeoutException: Read timed out
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:206)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:502)
..

or

BUILD FAILED
File...... /home/polosun/.maven/cache/maven-multiproject-plugin-1.5-SNAPSHOT/plugin.jelly
Element... maven:reactor
Line...... 227
Column.... 64
Unable to obtain goal [multiproject:install-callback] -- /home/polosun/.maven/cache/maven-test-plugin-1.8.1-SNAPSHOT/plugin.jelly:155:49: <junit> Test org.apache.axis2.security.sc.ConversationScenario2Test failed
Total time: 29 minutes 37 seconds
Finished at: Sun Jan 07 22:21:20 CET 2007

I read the FAQ and there is somthing mentioned like try:

maven plugin:download -DgroupId=maven-itest-plugin -DartifactId=maven-itest-plugin -Dversion=1.0 -Dmaven.repo.remote=http://ws.zones.apache.org/~dims/maven

But the URL http://ws.zones.apache.org/~dims/maven is empty:

It builds without the testing. So
maven -o -Dmaven.test.skip=true war
works.

Can somebody help me.

Thanks
Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to