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
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
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