In my src area i have some 10 packages of which I am trying to create 10 different jars, currently in the
ant script I have 10 such jar creation task, except the jar name in the task input directory output directory every thing is same, IS there a way instead of having 10 different task, can I have the packages names in properties file and pass them into script. Meaning my ant script will have only one jar creation script but gets the package names from properties file and do this in a loop. Any thoughts??