Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 18258 invoked from network); 9 Feb 2006 04:57:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Feb 2006 04:57:51 -0000 Received: (qmail 2118 invoked by uid 500); 9 Feb 2006 04:57:47 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 1745 invoked by uid 500); 9 Feb 2006 04:57:46 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 1732 invoked by uid 99); 9 Feb 2006 04:57:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2006 20:57:45 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [217.160.128.107] (HELO www.samaflost.de) (217.160.128.107) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2006 20:57:45 -0800 Received: by www.samaflost.de (Postfix, from userid 1000) id 20D4A88A408; Thu, 9 Feb 2006 05:57:24 +0100 (CET) To: user@ant.apache.org Subject: Re: Directory and Fileset question X-Draft-From: ("nnfolder:mail.jakarta-ant-user" 52390) References: <43EA24AB.6010106@instantiations.com> From: Stefan Bodewig Date: Thu, 09 Feb 2006 05:57:24 +0100 In-Reply-To: <43EA24AB.6010106@instantiations.com> (Mark Russell's message of "Wed, 08 Feb 2006 12:04:43 -0500") Message-ID: <87vevp3z9n.fsf@www.samaflost.de> User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Wed, 08 Feb 2006, Mark Russell wrote: > I have a collection of directories (bin, META-INF, ...) that I need > to copy into a single directory (deploy). Do you need to copy those directories or only their contents? I.e. will root/META-INF/MANIFEST.MF become root/deploy/META-INF/MANIFEST.MF or root/deploy/MANIFEST.MF? > I also have certain includes and excludes that need to be applied to > the files in each of the directories. However I don't know the > directories until runtime. How are those directories specified? > I'm looking for suggestions on hoe to go about this. Probably something like and if necessary throw in a mapper to remove directory prefixes. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org