I'm trying to create a fileset that goes one level deep, to pick out subdirectories. In other words, I have a tree that looks like:

   root/
       project1/
           testresults/
       project2/
           testresults/

I've tried both
   <include basedir="root" name="*/testresults/*.result.xml" />
and
   <include basedir="root" name="/*/testresults/*.result.xml" />

Both of these wind up walking the entire tree, instead of just going the through the top level. So it takes several minutes (as compared to the cygwin bash command:
  ls */testresults/*.result.xml
which is instantaneous). I've tried this with the latest nightly, with no improvement. This is annoying enough that I may just call out to bash or ant to get it done, but I'd like to see NAnt get it fixed. Should this be considered a bug? (It is by my standards, but others may disagree.)

Gary




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to