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
>
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 :
> 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
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/