Re: FileSet#iterator only returning files

2005-10-19 Thread Stefan Bodewig
On Wed, 19 Oct 2005, Matt Benson <[EMAIL PROTECTED]> wrote: >> What shall we do? Return files and directories and let the user >> explicitly use a selector would be my preference. >> > I don't see that we have much choice given your > example above. Wouldn't we have to invert the > situation a

Re: FileSet#iterator only returning files

2005-10-19 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Hi (Matt ;-), > > the design decision to not return directories in > FileSet affects the > tasks that want to read files and directories. > > If I code a generic task that just uses iterator, > I'll never see > directories from FileSet (or any of F