RE: Java2WSDL via Ant - cannot get it to work!

2004-08-02 Thread Roy, Anthony
aud Vezain [mailto:[EMAIL PROTECTED] > Sent: 02 August 2004 13:28 > To: [EMAIL PROTECTED] > Subject: RE: Java2WSDL via Ant - cannot get it to work! > > > Is your build script to the root of your projet ? If it > isn't, have you changed the basedir property of the >

RE: Java2WSDL via Ant - cannot get it to work!

2004-08-02 Thread Arnaud Vezain
Is your build script to the root of your projet ? If it isn't, have you changed the basedir property of the element to point the root of your project. I had myself problems of NoClassdefFound with classpath and axis Ant tasks. I wrote a script with an embeded classpath property like :

RE: Java2WSDL via Ant - cannot get it to work!

2004-08-02 Thread Roy, Anthony
> Your path should look like > > > > > > > > Christophe I have made the amendment, and the classpath now has a element pointing to the root directory of where the compiled classes are located, but the java.lang.ClassNotFoundExcept

RE: Java2WSDL via Ant - cannot get it to work!

2004-07-30 Thread Christophe Roudet
It looks strange how you build your java2wsdl.classpath. I am not sure that the fileset should be use. You can use it to include jar files, but for classes you just specified the root location. So if you have such a structure src/uk/bl/bspa/estar/EstarMatcherService.java classes/uk/bl/bspa/estar/