Well, if they're all siblings then it could be easier (or at least not
require an external library) to turn the set of directories into a fileset
includes attribute and wrap that fileset in a mappedresources collection to
flatten, chaining that mapper to a globmapper if you need to place the
files
On 2/13/14, 11:45 PM, Matt Benson wrote:
> 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 directo
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
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