Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 10338 invoked from network); 19 Aug 2009 07:03:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Aug 2009 07:03:13 -0000 Received: (qmail 17189 invoked by uid 500); 19 Aug 2009 07:03:31 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 17120 invoked by uid 500); 19 Aug 2009 07:03:31 -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 17110 invoked by uid 99); 19 Aug 2009 07:03:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 07:03:31 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [80.237.132.193] (HELO wp186.webpack.hosteurope.de) (80.237.132.193) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 07:03:20 +0000 Received: from astaro.inxmail.de ([213.30.253.30] helo=[192.168.1.97]); authenticated by wp186.webpack.hosteurope.de running ExIM with esmtpsa (TLSv1:RC4-SHA:128) id 1MdfCG-0005Av-N9; Wed, 19 Aug 2009 09:03:00 +0200 Message-Id: From: Leif Bladt To: user@ant.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Map file names in copy task Date: Wed, 19 Aug 2009 09:03:00 +0200 X-Mailer: Apple Mail (2.936) X-bounce-key: webpack.hosteurope.de;leif@bladt.info;1250665400;9c88295a; X-Virus-Checked: Checked by ClamAV on apache.org Hi list, I defined a bunch of files with a path (or a file set) to copy them in several tasks. Now I would like to map some of the filenames, where other should keep their original file name. With the mapping below, all not defined files won't get copied. Is there a possibility IU've overseen to achieve this behaviour, without define all files also in the mapping? Thanks for your help! --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org