Hi, I'm trying to compile the "quickstartadb" sample in the Axis2 1.1.1 source distribution. It doesn't appear to be working. I am getting following error - ----------------------------------------------------------------------------------- C:\axis2\samples\classifiedservice>ant generate.client Buildfile: build.xml
init: [mkdir] Created dir: C:\axis2\samples\classifiedservice\build generate.client: BUILD FAILED C:\axis2\samples\classifiedservice\build.xml:90: java.util.zip.ZipException: The system cannot find the file specified ------------------------------------------------------------------------------ I think all the necessary jars are available and wsdl file is also in right location. I was able to generate the service skeleton by directly using org.apache.axis2.wsdl.WSDL2Java but not able to create service skelton with given build file with example which used anttask. Any suggestion here??? Thanks Snehil
