Re: cvs commit: ant/src/main/org/apache/tools/ant/types AbstractFileSet.java

2005-02-14 Thread Stefan Bodewig
On Mon, 14 Feb 2005, Matt Benson <[EMAIL PROTECTED]> wrote: > --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > >> On 11 Feb 2005, <[EMAIL PROTECTED]> wrote: >> >> > Modified to return a cached DirectoryScanner >> instance until >> > changes are made to the AbstractFileSet. >> >> What if the f

Re: cvs commit: ant/src/main/org/apache/tools/ant/types AbstractFileSet.java

2005-02-14 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On 11 Feb 2005, <[EMAIL PROTECTED]> wrote: > > > Modified to return a cached DirectoryScanner > instance until > > changes are made to the AbstractFileSet. > > What if the filesystem changes between invocations? Unless I have done something ot

Re: cvs commit: ant/src/main/org/apache/tools/ant/types AbstractFileSet.java

2005-02-14 Thread Stefan Bodewig
On 11 Feb 2005, <[EMAIL PROTECTED]> wrote: > Modified to return a cached DirectoryScanner instance until > changes are made to the AbstractFileSet. What if the filesystem changes between invocations? I admit this one is silly, but there will be real-world examples. Stefan --