From user-return-59688-apmail-ant-user-archive=ant.apache.org@ant.apache.org Thu Feb 08 20:17:31 2007 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 39084 invoked from network); 8 Feb 2007 20:17:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2007 20:17:29 -0000 Received: (qmail 20192 invoked by uid 500); 8 Feb 2007 20:17:32 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 19651 invoked by uid 500); 8 Feb 2007 20:17:30 -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 19640 invoked by uid 99); 8 Feb 2007 20:17:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 12:17:30 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 12:17:20 -0800 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HFFhT-0001qD-Qw for user@ant.apache.org; Thu, 08 Feb 2007 12:16:59 -0800 Message-ID: <8873295.post@talk.nabble.com> Date: Thu, 8 Feb 2007 12:16:59 -0800 (PST) From: "sam.hendley" To: user@ant.apache.org Subject: Re: Selecting files from disparate directories when the files are not in other directories In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: sam.hendley@summus.com References: X-Virus-Checked: Checked by ClamAV on apache.org You should look at the selectors in ant 1.7 (1.62?) they should allow you to build the fileset by using the selector in the fileset. Mikael Sitruk-2 wrote: > > > Hi > > > > Is it possible to select a set of files from several directories only if > they are not present in another set of directories > > For example I have: > > > > Dir1: a.txt > > Dir2: b.txt > > Dir3: c.txt > > > > Directories holding the files to exclude > > Dir4: a.txt > > > > I would like to get b.txt and c.txt only (since a.txt is present in Dir1 > and Dir4) > > > > Regards, > > > > Mikael Sitruk > > Amdocs Java Foundation > > +972.9.776.1075 (desk) > > AMDOCS > JF & EXTRACT TOOL > > > > > This message and the information contained herein is proprietary and > confidential and subject to the Amdocs policy statement, > you may review at http://www.amdocs.com/email_disclaimer.asp > > -- View this message in context: http://www.nabble.com/Selecting-files-from-disparate-directories-when-the-files-are-not-in-other-directories-tf3156276.html#a8873295 Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org