|
|
||
Vivek Pandey's BlogRunning wsimport got easier!Posted by vivekp on August 17, 2007 at 05:01 PM | Comments (4)I recently updated my Vista notebook with Cygwin and tried to run wsimport CLI. Guess what, it did not run. Part of the problem was the wsimport shell script. It is always problematic maintaining scripts across various platforms. This prompted me to think that why do we even need a shell script to run wsimport. We should simply be able to run it as: $java -jar $JAXWS_HOME/lib/jawws-tools.jar endpoint.wsdl So, I enabled this support in JAX-WS RI 2.1.3 code base and wsimport.sh|bat are modified accordingly. Try it from the nightly and send us feedback to us. Bookmark blog post: CommentsComments are listed in date ascending order (oldest first) | Post Comment
| ||
|
|