Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 94917 invoked from network); 27 Feb 2002 12:14:12 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 27 Feb 2002 12:14:12 -0000 Received: (qmail 22718 invoked by uid 97); 27 Feb 2002 12:14:04 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 22702 invoked by uid 97); 27 Feb 2002 12:14:04 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 22691 invoked from network); 27 Feb 2002 12:14:03 -0000 Message-Id: <200202271213.g1RCDwn22473@gate.ispras.ru> Content-Type: text/plain; charset="koi8-r" From: Eugene Karpov To: ant-dev@jakarta.apache.org Subject: FileSet issues Date: Wed, 27 Feb 2002 15:17:15 +0300 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I wanna propose following changes in Ant Framework: 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. I think that it is a bug. I propose to add FileSetContainer interface with following methods: public void addFileset(final FileSet fileSet); public void removeFilesets(); This will make framework features more clear to API users and will provide the way to use FileSetContainers inside build loops (for example, to build subprojects). 2. Copy task do not clean fileCopyMap and dirCopyMap after finishing execute. So I have no way to use it inside build loops (except recreating and reinitializing this task every loop). -- B.R. Eugene -- To unsubscribe, e-mail: For additional commands, e-mail: