When using build script to compile jax-ws classes, compiliation errors were thrown complaining 'cannot find symbol' even though I included the correct jar in the classpath (jaxws-api.jar), I printed out the classpath entries to make sure all depenedent classes are there. any further ideas?
[javac] symbol : constructor Service(java.net.URL,javax.xml.namespace.QName,javax.xml.ws.WebServiceFeature[])
[javac] location: class javax.xml.ws.Service
[javac] super(wsdlLocation, serviceName, features);
[javac] ^
[javac] 3 errors