Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 71591 invoked from network); 19 Oct 2006 14:16:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Oct 2006 14:16:24 -0000 Received: (qmail 28536 invoked by uid 500); 19 Oct 2006 14:16:09 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 28413 invoked by uid 500); 19 Oct 2006 14:16:08 -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 28347 invoked by uid 99); 19 Oct 2006 14:16:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 07:16:08 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [193.201.183.194] (HELO sscd0003.dmz.huk.de) (193.201.183.194) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 07:16:05 -0700 Received: from sscd0027.huk-coburg.de ([10.148.152.136]) by sscd0003.dmz.huk.de with Microsoft SMTPSVC(6.0.3790.1830); Thu, 19 Oct 2006 16:15:44 +0200 Received: by sscd0027.huk-coburg.de (Postfix, from userid 1) id 52F7D5806E; Thu, 19 Oct 2006 16:14:42 +0200 (CEST) Received: from sscd0002.dmz.huk.de (sscd0002.dmz.huk.de [10.148.152.132]) by sscd0027.huk-coburg.de (Postfix) with ESMTP id 15AE25806E for ; Thu, 19 Oct 2006 16:14:42 +0200 (CEST) Received: from sxf00002.lan.huk-coburg.de (unverified) by sscd0002.dmz.huk.de (HUK-COBURG Mailrelay2) with ESMTP id for ; Thu, 19 Oct 2006 16:15:43 +0200 Received: from VEX00120.lan.huk-coburg.de ([10.131.152.134]) by sxf00002.lan.huk-coburg.de with Microsoft SMTPSVC(6.0.3790.1830); Thu, 19 Oct 2006 16:15:43 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 MIME-Version: 1.0 Subject: RE: Deleting file does not work? Date: Thu, 19 Oct 2006 16:15:44 +0200 Message-ID: <1397E81F23832842BDD7B2D758D4B0B503256B65@VEX00120.lan.huk-coburg.de> In-Reply-To: <6258315EAAFFB6489B2FB7873D5F9E3E3DCEA1@sbs-atlantis.atlantisweb.daily-price.de> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Deleting file does not work? Thread-Index: Acbzh/PElhuW0B8rTjmiTcSejurYYgAALy7g From: "Rebhan, Gilbert" To: "Ant Users List" X-OriginalArrivalTime: 19 Oct 2006 14:15:43.0234 (UTC) FILETIME=[10124620:01C6F389] Content-class: urn:content-classes:message Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, works as designed, means when working with patterns like *.jar you=20 have to use a fileset. =20 Regards, Gilbert -----Original Message----- From: Lars Monsees [mailto:l.monsees@atlantisgmbh.de]=20 Sent: Thursday, October 19, 2006 4:06 PM To: Ant Users List Subject: Deleting file does not work? Hello, I have to copy a self-built lib from one project to another and before that I want to delete all previous versions of that file that might exist (the version number is contained within the filename). Therefore, I wanted to use this: The above does not delete the file, while this does the job: Is this supposed to be this way or what am I doing wrong? Lars --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org