Re: DirectoryScanner cache to boost performance

2009-09-26 Thread Raja Nagendra Kumar
for 40 devices. Entire build which use to take 80 min is now being completed with in 40 min. Thank you for your expert suggestions. Regards, Nagendra -- View this message in context: http://www.nabble.com/DirectoryScanner-cache-to-boost-performance-tp25422247p25624800.html Sent from the Ant

Re: DirectoryScanner cache to boost performance

2009-09-15 Thread Stefan Bodewig
On 2009-09-15, Raja Nagendra Kumar wrote: > is there a way to use the include and exclude patterns as part of > restrict.. just the name match is what we are looking far. yes, use name selectors (and wrap them in "not"s for excludes) together with correct "and"ing and "or"ing - this is what you

Re: DirectoryScanner cache to boost performance

2009-09-15 Thread Raja Nagendra Kumar
this message in context: http://www.nabble.com/DirectoryScanner-cache-to-boost-performance-tp25422247p25455827.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

Re: DirectoryScanner cache to boost performance

2009-09-15 Thread Stefan Bodewig
On 2009-09-15, Raja Nagendra Kumar wrote: > Thank you very much for this info. I am trying to use this in our custom > task some thing like this > Union lUnion = (Union) TaskUtils.getCurrentProject().getReference( > lRoot); > Restrict lRestrict = new Restrict(); ...

Re: DirectoryScanner cache to boost performance

2009-09-15 Thread Raja Nagendra Kumar
/DirectoryScanner-cache-to-boost-performance-tp25422247p25454556.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h

Re: DirectoryScanner cache to boost performance

2009-09-14 Thread Stefan Bodewig
On 2009-09-13, Raja Nagendra Kumar wrote: > 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 pa

Re: DirectoryScanner cache to boost performance

2009-09-14 Thread Gilles Scokart
ed 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

DirectoryScanner cache to boost performance

2009-09-13 Thread Raja Nagendra Kumar
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