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
Original issue reported on code.google.com by
cw10...@gmail.com
on 30 Nov 2011 at 4:15