Re: Problem with compilation of Axis2

2009-11-10 Thread Davanum Srinivas
John, As you can see the maven repo on java.net has started redirecting :( Please create a settings.xml see details on where to create the file here: http://maven.apache.org/settings.html The content of the file should be: settings mirrors mirror idjava.net.2/id namejava.net

Re: Problem with compilation of Axis2

2009-11-10 Thread Davanum Srinivas
Oh! also nuke your .m2/repository and start fresh. thanks, dims On 11/10/2009 07:39 AM, Davanum Srinivas wrote: John, As you can see the maven repo on java.net has started redirecting :( Please create a settings.xml see details on where to create the file here:

Re: Problem with compilation of Axis2

2009-11-10 Thread Davanum Srinivas
John, please add -DfailIfNoTests=false -Dtest=false when running maven. So you can ignore the errors and the artifacts you need get built. thanks, dims On 11/10/2009 09:28 AM, John Francis wrote: Thanks, I am now a lot further forward. However I do have test failures, and 2 remaining

RE: Problem with compilation of Axis2

2009-11-10 Thread John Francis
Thanks, I am now a lot further forward. However I do have test failures, and 2 remaining checksum errors. I did remove the old .m2 directory completely and rebuild from a fresh unzip of the axis download. Most worryingly the axis2.war is not built in the modules/webapp/target directory as

RE: Problem with compilation of Axis2

2009-11-10 Thread John Francis
-- -Original Message- From: Davanum Srinivas [mailto:dava...@gmail.com] Sent: 10 November 2009 14:35 To: axis-user@ws.apache.org Subject: Re: Problem with compilation of Axis2 John, please add -DfailIfNoTests=false -Dtest