Re: The new archives task

2010-03-04 Thread Christian Beil
Thanks Stefan, that's the solution. The following script bundles all files from all jar files in ${lib.dir}into a single jar and filters out the signature files from the META-INF directories. This is really powerful. B

Re: The new archives task

2010-03-02 Thread Christian Beil
and have the whole a.jar excluded from the output. But I would like to only exclude a2.class. I tried to put the exclude as sub-task of archives, but archives only supports zips and tars as sub-tasks. Like before, your help is greatly appreciated. Regards, Christian Stefan Bodewig schrieb: On 2

The new archives task

2010-03-01 Thread Christian Beil
Hi, this seems to be a common question which has been asked and answered many times. For example here: http://marc.info/?l=ant-user&m=121240932031764&w=2 But I still don't know how to do it. And since the new archives task (http://ant.apache.org/manual/CoreTypes/resources.html#archives) someh