How to merge jars and directories specified by path resource into a single jar
I have a handful of paths defined as ... ... I have a need to merge the .class files in the jars and directories specified by class.libs and class.dirs into a single jar. I can merge the jars using
Re: How to merge jars and directories specified by path resource into a single jar
The problem is that, presumably, you want the classes beneath the class.dirs elements to be added to the jar relative to each element. Off the top of my head it occurs to me that you could iterate using antcontrib and update the jar for each directory. HTH, Matt On Feb 13, 2014 3:27 PM, "Edwin Ca