Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 4978 invoked from network); 12 Dec 2002 02:10:36 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 12 Dec 2002 02:10:36 -0000 Received: (qmail 9096 invoked by uid 97); 12 Dec 2002 02:11:49 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 9078 invoked by uid 97); 12 Dec 2002 02:11:48 -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 9064 invoked by uid 98); 12 Dec 2002 02:11:48 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <025a01c2a182$fa71af10$6565a8c0@strider> From: "Barry Sheward" To: Subject: Ant "ant" task with support for FileSets Date: Wed, 11 Dec 2002 21:05:03 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0255_01C2A158.F9CB4F00" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-OriginalArrivalTime: 12 Dec 2002 02:10:09.0841 (UTC) FILETIME=[98EF6A10:01C2A183] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0255_01C2A158.F9CB4F00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I added some extensions to Ant's "ant" task, so it could include a = fileset to specify the list of ant files to execute, as an alternative = to the antFile attribute. It's useful if you have a dynamic set of = directories each with its own build.xml. The task basically works, but I see that other code within Ant calls the = addFileSet() method that I wrote, a method that didn't exist in the = class before!! Should I worry about these calls to addFileSet(), and is this change = worthy of committing into the main Ant tree? Barry ------=_NextPart_000_0255_01C2A158.F9CB4F00--