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

2004-08-02 Thread Roy, Anthony
Your path should look like path id=java2wsdl.classpath path path=./ path refid=axis.classpath/ path path=classes/ /path Christophe I have made the amendment, and the classpath now has a path element pointing to the root

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 project 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
. Any other ideas? Thanks, -- Anthony Roy. -Original Message- From: Arnaud 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

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