FYI, Some months ago there has been some performance enhancements around the directory scanner. I don't think this was already released in 1.7.1. You can try to build the trunk if you want to benefits from those enhancements. You can also search in the mail archive to know what has changed.
Gilles Scokart 2009/9/13 Raja Nagendra Kumar <[email protected]> > > Hi, > > We have a custom tasks which use DirectoryScanner to eliminate the need for > developers trying to reference things by its relative path. > > However, DirectoryScanner is so main tries with different exclude and > include pattern, which is resulting in perf issues. > > In this context, is there a way to let the DirectoryScanner read the entire > file list only once in the entire ant session and every instance of > DirectoryScanner and its scans() would use such set to find the files > based on include and exclude patterns. > > This approach would enable boost as finding the list of files available > search is avoided. > > Regards, > Raja Nagendra Kumar, > C.T.O > www.tejasoft.com > -Web 2.0 Excellence > -- > View this message in context: > http://www.nabble.com/DirectoryScanner-cache-to-boost-performance-tp25422247p25422247.html > Sent from the Ant - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
