Thanks a lot. And what about removeFilesets() method?
Adding this method can really help us to automate building subprojects. (I'm trying to implement task that collects filesets from subprojects and execute corresponding tasks at main build.xml, but some tasks should be executed for each fileset separately and I can not replace old filesets with new one in legal way). On Wednesday 27 February 2002 19:27, Stefan Bodewig wrote: > On Wed, 27 Feb 2002, Eugene Karpov <[EMAIL PROTECTED]> wrote: > > 1. I have no way to write the task that is both task container and > > fileset container. Since task implements TaskContainer interface > > method addFileset is never called. > > This is a known limitation and the reason for this is burried deep > into some implementation details. The recommended solution for this > is to write a Task that accepts a fileset and child elements that are > TaskContainers, instead of making the Task itself a TaskContainer. > > > 2. Copy task do not clean fileCopyMap and dirCopyMap after finishing > > execute. > > Thanks for the heads up, fixed in CVS now. > > Stefan -- B.R. Eugene -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
