johvargas / sfdc-wsc

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

Options for wsdlc to output classes-only jar and/or separate classes/sources jars #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, wsdlc only outputs a jar containing both sources and classes in the 
same jar.  This is not convenient for production releases, particularly for 
mobile apps.  It would be more convenient to have the binaries (classes jar) 
jar and sources (*.java) in separate jar files.

The only way to achieve this currently is via a script to unarchive the 
generated jar, separate the classes from sources, and rebuild two jars.

Original issue reported on code.google.com by cw10...@gmail.com on 30 Nov 2011 at 4:15