Re: Non-recursive fileset

2006-08-28 Thread Matt Benson
Poor guy, you never got a response on this looks like. -Matt --- "Lewis, Gregory" <[EMAIL PROTECTED]> wrote: > All- >I am trying to get a listing of the files and > folders in a directory. > When I use the following target my machine appears > to be searching > through for every file under

Re: Non-recursive fileset

2006-08-26 Thread Antoine Levy-Lambert
Hello Gregory, ant does not optimize the scanning of a directory based on selectors such as depth, on based on include patterns. Check whether adding this line brings an optimization. Regards, Antoine Lewis, Gregory wrote: > All- >I am trying

Non-recursive fileset

2006-08-26 Thread Lewis, Gregory
All- I am trying to get a listing of the files and folders in a directory. When I use the following target my machine appears to be searching through for every file under the root folder. Is there a target or switch that I could add that would search only the folder passed in? In addition, how