On Tue, 29 Jul 2003, Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > I actually meant that mappers inside filesets would rename files > in the filesets.
I'm still not sure I understand it. > I need something like: > > <fileset id="client.fileset"> > <fileset dir="build/docs" prefix="wwwroot/docs"/> Say you have build/docs/index.html. Do you expect the invocation of DirectoryScanner#getIncludedFiles to return "index.html" or "wwwroot/docs/index.html"? What would you expect <delete> to do with that fileset? What would you expect <zip> to do? > Right now I have to execute <copy> every time I need a complex > fileset. By using <copy> you physically create a file structure, this is quite different from the above. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]