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