Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 93934 invoked from network); 21 Feb 2007 07:25:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Feb 2007 07:25:21 -0000 Received: (qmail 15716 invoked by uid 500); 21 Feb 2007 07:25:24 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 15691 invoked by uid 500); 21 Feb 2007 07:25:24 -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 15680 invoked by uid 99); 21 Feb 2007 07:25:24 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Feb 2007 23:25:24 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [193.252.22.28] (HELO smtp24.orange.fr) (193.252.22.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Feb 2007 23:25:12 -0800 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2402.orange.fr (SMTP Server) with ESMTP id B98D21C000A4 for ; Wed, 21 Feb 2007 08:24:51 +0100 (CET) Received: from [192.168.1.30] (ASt-Lambert-152-1-24-3.w82-120.abo.wanadoo.fr [82.120.70.3]) by mwinf2402.orange.fr (SMTP Server) with ESMTP id 9B3E51C0009C for ; Wed, 21 Feb 2007 08:24:51 +0100 (CET) X-ME-UUID: 20070221072451636.9B3E51C0009C@mwinf2402.orange.fr Message-ID: <45DBF3C2.4080101@free.fr> Date: Wed, 21 Feb 2007 08:24:50 +0100 From: Mathieu Champlon User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Ant Users List Subject: Re: fileset and filename under copy task References: <20070220230711.24B7E10FB00E@herse.apache.org> In-Reply-To: <20070220230711.24B7E10FB00E@herse.apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org bill/wilandra a �crit : > >From the examples in the 1.6.5 manual I would assume that the following > should work. I did not try it. > > > > > > > > > HTH Bill Hello, Unfortunatly this won't work as a fileset behaves like an 'and' selector container. Therefore quoting http://ant.apache.org/manual/CoreTypes/fileset.html : "If any of the selectors within the FileSet do not select the file, the file is not considered part of the FileSet" MAT. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org