Modify the build.xml file to include a jar manifest with Main-Class:
<manifest>
<attribute name="Main-Class" value="com.sforce.ws.tools.wsdlc" />
</manifest>
With this manifest, wsdlc can be invoked with the -jar flag:
java -jar wsc.jar <wsdl-file> <jar-file> [temp-dir]
Attached build.xml with this change (rev 56)
Daniel
delvinj@gmail.com
Original issue reported on code.google.com by delv...@gmail.com on 11 May 2011 at 2:20
Original issue reported on code.google.com by
delv...@gmail.com
on 11 May 2011 at 2:20Attachments: