I have multiple Java eclipse projects. Each of them has “jardesc” file for building jar. It’s nice – double click -> finish and jar file is made. But when i have to export several jars it’s a pain – i have to repeat procedure several times.
Please tell me, can i use Ant script to run several “jardesc” files at once (and get several jars according to each jardesc file)? How to do it?
I have multiple Java eclipse projects. Each of them has jardesc file for building
Share
Take a look at
subanttask in ant. You can create ant-file which would call other files to.