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