johvargas / sfdc-wsc

Automatically exported from code.google.com/p/sfdc-wsc
0 stars 0 forks source link

Add Main-Class attribute to wsc.jar #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by manoj.ch...@gmail.com on 6 Jul 2011 at 12:24

GoogleCodeExporter commented 8 years ago
Fixed in 23

Original comment by jesperudby on 31 Jan 2013 at 8:37

GoogleCodeExporter commented 8 years ago

Original comment by jesperudby on 31 Jan 2013 at 8:38