Hi all,
Can i generate jar from eclipse with version number for the jar created newly for every jar export?
Regards,
magggi.
Hi all,
Can i generate jar from eclipse with version number for the jar created newly for every jar export?
Regards,
magggi.
yes, you will probably want to use ant and do some token replacements in the jar filename.
One way is to run a build script from Eclipse. If you use ant, check out these tasks:
You could create your own Eclipse builder for the project that kicks off an ANT script.