Re: Groups of filesets

2006-08-25 Thread Antoine Levy-Lambert
, Thomas Hallgren Antoine Levy-Lambert wrote: Hello, Ant 1.7 will have groups of filesets (Resource collections). Regards, Antoine Original-Nachricht Datum: Tue, 22 Aug 2006 19:46:07 +0200 Von: "Chaudhuri, Hiran" <[EMAIL PROTECTED]> An: "Ant Users List&quo

RE: Groups of filesets

2006-08-25 Thread Thomas Hallgren
Hi Antoine, This is great news! Is there a place where I can read up on these Resource Collections? Thanks, Thomas Hallgren Antoine Levy-Lambert wrote: Hello, Ant 1.7 will have groups of filesets (Resource collections). Regards, Antoine Original-Nachricht Datum: Tue, 22

Re: RE: Groups of filesets

2006-08-23 Thread Antoine Levy-Lambert
Hello, Ant 1.7 will have groups of filesets (Resource collections). Regards, Antoine Original-Nachricht Datum: Tue, 22 Aug 2006 19:46:07 +0200 Von: "Chaudhuri, Hiran" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: RE: Groups of filesets > Hmmm

RE: Groups of filesets

2006-08-22 Thread Chaudhuri, Hiran
: Dienstag, 22. August 2006 17:08 To: Ant Users List Subject: Re: Groups of filesets Not sure if arithmetics would help me. I'm dependent on the actual grouping, i.e. the fact that some files reside under 'src1' and others under 'src2' and that this grouping is maintained w

Re: Groups of filesets

2006-08-22 Thread Thomas Hallgren
ienstag, 22. August 2006 16:46 To: user@ant.apache.org Subject: Groups of filesets I'm lacking a element that would enable a referencing a group of . I'm currently faced with the challenge of passing multiple filesets from a Java program to an ant-script as a source for a jar task. I can&#x

RE: Groups of filesets

2006-08-22 Thread Chaudhuri, Hiran
, which performs like a merge by default. Hiran Chaudhuri -Original Message- From: Thomas Hallgren [mailto:[EMAIL PROTECTED] Sent: Dienstag, 22. August 2006 16:46 To: user@ant.apache.org Subject: Groups of filesets I'm lacking a element that would enable a referencing a group of

Groups of filesets

2006-08-22 Thread Thomas Hallgren
I'm lacking a element that would enable a referencing a group of . I'm currently faced with the challenge of passing multiple filesets from a Java program to an ant-script as a source for a jar task. I can't find a good way to do that. Essentially, this is what I'd like to do: (the correspon