Re: Build problem in binding-ws-axis2

2007-08-10 Thread ant elder
For those struggling to build due to this problem you can use the mvn parameter -Dmaven.test.skip=true so the tests don't get run and the jar still gets built and added to your local repos. ...ant On 8/10/07, ant elder [EMAIL PROTECTED] wrote: Doesn't seem to make any difference. I guess it

Re: Build problem in binding-ws-axis2

2007-08-10 Thread Simon Nash
Thanks for the workaround tip. I'm on maven 2.0.4 as well. Perhaps this is the vital clue as to why some setups fail and others don't. Did you try upgrading from 2.0.4 to 2.0.6 on the machine that failing? Simon ant elder wrote: For those struggling to build due to this problem you can

Re: Build problem in binding-ws-axis2

2007-08-09 Thread Simon Laws
On 8/9/07, ant elder [EMAIL PROTECTED] wrote: Yes, i've been seeing this today as well, seemed to be fine earlier in the week. ...ant On 8/9/07, Simon Nash [EMAIL PROTECTED] wrote: I'm seeing java.net.ConnectException: Connection refused: connect errors when building

Re: Build problem in binding-ws-axis2

2007-08-09 Thread ant elder
Yes, i've been seeing this today as well, seemed to be fine earlier in the week. ...ant On 8/9/07, Simon Nash [EMAIL PROTECTED] wrote: I'm seeing java.net.ConnectException: Connection refused: connect errors when building binding-ws-axis2 from a clean checkout of trunk. The failure is

Re: Build problem in binding-ws-axis2

2007-08-09 Thread ant elder
This is so bad for me now that i can no longer get a build through of the Axis2 binding, always one of the tests will fail with the connect exception. I've just tried on a spare machine and that is working fine. Both machines are winxp with jdk5, the only difference i can see is that the one that

Re: Build problem in binding-ws-axis2

2007-08-09 Thread Luciano Resende
Could you try moving to maven 2.0.5 on the one that does not work ? On 8/9/07, ant elder [EMAIL PROTECTED] wrote: This is so bad for me now that i can no longer get a build through of the Axis2 binding, always one of the tests will fail with the connect exception. I've just tried on a spare

Re: Build problem in binding-ws-axis2

2007-08-09 Thread ant elder
Doesn't seem to make any difference. I guess it must be differences between the local repositories as everything else seems to be the same. ...ant On 8/9/07, Luciano Resende [EMAIL PROTECTED] wrote: Could you try moving to maven 2.0.5 on the one that does not work ? On 8/9/07, ant elder