Re: filelist to support selections as per the fileset

2010-04-13 Thread Stefan Bodewig
On 2010-04-13, Raja Nagendra Kumar wrote: > B.T.W are u aware of any implementation of .. Sorting is implemented as a decorator so we don't need to add it to each and every resource collection: Stefan - To unsubscribe, e

RE: filelist to support selections as per the fileset

2010-04-13 Thread Raja Nagendra Kumar
>I understand perfectly well the difference between a list and a set. You don't seem to understand that is used to specify files that don't exist. Rick, could you pl. let me know where could of best use, specially when the file does not exist. I am not saying there are no use.. but this way it

Re: filelist to support selections as per the fileset

2010-04-13 Thread Stefan Bodewig
On 2010-04-13, Raja Nagendra Kumar wrote: > Stefan Bodewig wrote: >> means: here is a list of files that may or may not be there, >> return all of them don't check whether they are there at all. No >> wildcards supported. > adding wildcards support can enhance refactorings of location of the

RE: filelist to support selections as per the fileset

2010-04-13 Thread Rick Genter
> From: Raja Nagendra Kumar [mailto:nagendra.r...@tejasoft.com] > Sent: Tuesday, April 13, 2010 7:05 AM > To: user@ant.apache.org > Subject: RE: filelist to support selections as per the fileset > > > Hi Rick, > > May be the name could be > > but in the java w

RE: filelist to support selections as per the fileset

2010-04-13 Thread Raja Nagendra Kumar
Nagendra Kumar [mailto:nagendra.r...@tejasoft.com] >> Sent: Tuesday, April 13, 2010 6:50 AM >> To: user@ant.apache.org >> Subject: Re: filelist to support selections as per the fileset >> > adding wildcards support can enhance refactorings of location of >> these >

RE: filelist to support selections as per the fileset

2010-04-13 Thread Rick Genter
> From: Raja Nagendra Kumar [mailto:nagendra.r...@tejasoft.com] > Sent: Tuesday, April 13, 2010 6:50 AM > To: user@ant.apache.org > Subject: Re: filelist to support selections as per the fileset > > adding wildcards support can enhance refactorings of location of > these

Re: filelist to support selections as per the fileset

2010-04-13 Thread Raja Nagendra Kumar
Stefan Bodewig wrote: > > On 2010-04-13, Raja Nagendra Kumar wrote: > >> Any reason, why does not support include and excludes as in >> fileset. > >>The short version: Because they wouldn't make sense (well exclude >>wouldn't and the nested include element just has a different name: >>>). >

Re: filelist to support selections as per the fileset

2010-04-13 Thread Stefan Bodewig
On 2010-04-13, Raja Nagendra Kumar wrote: > Any reason, why does not support include and excludes as in > fileset. The short version: Because they wouldn't make sense (well exclude wouldn't and the nested include element just has a different name: ). means: scan the file system for files matc