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