Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 9027 invoked from network); 14 Nov 2002 18:59:53 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 14 Nov 2002 18:59:53 -0000 Received: (qmail 17358 invoked by uid 97); 14 Nov 2002 19:00:31 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 17342 invoked by uid 97); 14 Nov 2002 19:00:30 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 17330 invoked by uid 98); 14 Nov 2002 19:00:30 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: From: Dominique Devienne To: "'Ant Users List'" Subject: RE: fileset/dirset on dirs with regex Date: Thu, 14 Nov 2002 12:59:18 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain 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 see what you mean. I see 3 possible solutions, from better to worse: 1) Write a custom task. This is fun, and not too difficult. In your case all you have to do a take a and as arguments, and dynamically create the task inside your custom task, configuring it with the and info. 2) Same as above, but with a