WsImport cannot be found
I am trying to run the samples that came with JAX-WS (the Java API for XML Web Services)
I keep getting this error when I run ant on the build.xml file:
wsimport-init:
[mkdir] Created dir: C:\javaeetutorial5\examples\coffeebreak\cb-common\build
\generated\wsimport\client
[mkdir] Created dir: C:\javaeetutorial5\examples\coffeebreak\cb-common\build
\classes
[subant] Failurefor target'default' of: C:\javaeetutorial5\examples\coffeeb
reak\cb-common\build.xml
[subant] The following error occurredwhile executingthis line:
[subant] C:\javaeetutorial5\examples\bp-project\jaxws-ant.xml:9: taskdef clas
s com.sun.tools.ws.ant.WsImport cannot be found
I know what the problem is:it cannot find the jar files that come with the JAX-WS download.
I have these jar files as I downloaded jaxws-2_0.jar but how can I make ant find them without changing the ant script?
It cannot find them at "com.sun.tools.ws.ant.WsImport".
Does this mean it is looking for the jars in the Sun App Server installation directory?

