Re: Groups of filesets

2006-08-25 Thread Antoine Levy-Lambert
lgren [mailto:[EMAIL PROTECTED] Sent: 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 'sr

RE: Groups of filesets

2006-08-25 Thread Thomas Hallgren
Aug 2006 19:46:07 +0200 Von: "Chaudhuri, Hiran" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: RE: Groups of filesets Hmmm, that means we might need to keep a 'base' property for the files in a set so we know how to find the file via absolute pathname

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
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 when the jar is created. Assume the following layout: src1/org/foo/misc/a.class src2/org/foo/util/b.class

RE: Groups of filesets

2006-08-22 Thread Chaudhuri, Hiran
Actually it would be nice to have some set arithmethics implemented. Means a set plus another set is a new set. You could this way add, subtract and whatever you like with filesets without having to modify any of the tasks. For a beginning, a fileset could support the nested element fileset, which