FileSet is also a SelectorContainer, so it should be able to do what you want. See here: http://ant.apache.org/manual/CoreTypes/fileset.html and here: http://ant.apache.org/manual/CoreTypes/selectors.html
-- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis "Geoffrey Ritchey" <[EMAIL PROTECTED]> wrote on 12/10/2004 09:58:14 AM: > I would like to know if there is a way in Ant to duplication the unix 'find' > command, especially to find a file older than time xxxx for example. > Fileset doesn't seem to be powerful enough. > > I'm also interested if grep can be done. > > The obvious seems to be to write a custom task but I don't want to reinvent > the wheel if its been done already. > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >