On Thu, 7 Feb 2002, Nick Hughes <[EMAIL PROTECTED]> wrote: > From: Stefan Bodewig [mailto:[EMAIL PROTECTED]]
>>I think IsDirValidator from our External Tasks page would help here. > > It does not support a nested fileset and has no equivalent to > includesfile that I can see. Oh, that is certainly possible, I've never uses that task, just read the description and thought it would fit your needs, sorry. > I'd probably rather start with the core Available task. OK, note that FileSet will only contain files that are really there, so even if you list twenty files in an includesfile, a fileset that points to an empty directory will hand zero files to the task. You probably want to look at FileList instead of FileSet, this one is being used by <dependset> - you'd have to add support for includesfile first, though. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
