[nant-dev] filesets speed

2005-09-09 Thread Martin Aliger
Hello, I just noticed that fileset containting pattern like this "foo*/xxx" are considered recursive and therefore DirectoryScanner scans whole directory structure. That is not (completely) true - thosepatterns could not contain files in other depth than 1. I'd like to come with some

RE: [nant-dev] filesets speed

2005-09-09 Thread Martin Aliger
c:\test\foo\etc should be discarded when scanned and not dip into, since none file/folder in it could ever satisfy any pattern. c:\test\foo\Gordic1 shouldn't be discarded and scanned normaly as today. c:\test\foo\Gordic1\_svn shouldn't be discarded as well