Hi All,
I'm not sure, if this needs to be posted to Webservices forum or here, but since this is related to build.xml, I thought of putting my question here.
I have a project as below
HelloWorld
|
| ------- src (All my source code)
| ------- lib (All required axis 1.x jar files )
| ------- build (All compiled class files)
|------ build.xml (this is directly under HelloWorld)
Snippet from my build.xml is as follows
As evident from the build.xml, I'm trying to use
ant tasks for generating WSDL and other artifacts using axis implementation. But my problem is, it won't run. When I run ant against this build.xml, I see the below error message
Is there anything I'm missing here. Do I need to have any other jars in my classpath.
Please advice.