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 Stefan Bodewig
On 2010-03-02, Christian Beil wrote: > I was really hoping that there was finally a solution, but it doesn't > seem to work. > Using excludes or includes inside the fileset > > > > > > > > > > > ... > > > only filters the jar files in t

Re: The new archives task

2010-03-02 Thread Christian Beil
Hi Stefan, Thanks for your answer. I was really hoping that there was finally a solution, but it doesn't seem to work. Using excludes or includes inside the fileset ... only filters the jar files in the ${lib.dir}, but not the files i

Re: The new archives task

2010-03-01 Thread Stefan Bodewig
On 2010-03-01, Christian Beil wrote: > But what if I want to filter the files in the dependency jars somehow, > and not the jar files themself. > I thought I could use and , Likely. > but they don't seem to be supported as sub-tasks of . should be, as long as you are using Ant 1.8.0. Taking

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.