Re: ant+soap+ssl

2010-03-16 Thread Paul King
Here's another version showing setting properties: @Grab(group='org.codehaus.groovy.modules', module='groovyws', version='0.5.1') import groovyx.net.ws.WSClient def url =

Re: ant+soap+ssl

2010-03-16 Thread Paul King
Don't know if this helps or not: @Grab(group='org.codehaus.groovy.modules', module='groovyws', version='0.5.1') import groovyx.net.ws.WSClient def url = 'http://www.w3schools.com/webservices/tempconvert.asmx?WSDL'

Re: Possible bug in Ant 1.8.0

2010-03-16 Thread Petar Tahchiev
Hi Antoine, I also thought about multiple versions of JUnit in the classpath, and I remember I checked it. Also I think Ivan was having the same problem with Ant 1.8.0, and the chances of we both having multiple versions of JUnit are now getting smaller :( I think the best would be if you can ch