Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 60944 invoked from network); 21 Jun 2004 16:02:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Jun 2004 16:02:20 -0000 Received: (qmail 92222 invoked by uid 500); 21 Jun 2004 16:02:09 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 92055 invoked by uid 500); 21 Jun 2004 16:02:07 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 91971 invoked by uid 99); 21 Jun 2004 16:02:06 -0000 Received: from [216.35.73.164] (HELO ext-nj2gw-2.online-age.net) (216.35.73.164) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 21 Jun 2004 09:02:06 -0700 Received: from int-nj2gw-1.online-age.net (int-nj2gw-1 [3.159.236.65]) by ext-nj2gw-2.online-age.net (8.12.9/8.12.9/990426-RLH) with ESMTP id i5LG1lCs010105 for ; Mon, 21 Jun 2004 12:01:47 -0400 (EDT) Received: from nyschx06psge.ps.ge.com (localhost [127.0.0.1]) by int-nj2gw-1.online-age.net (8.12.9/8.12.8/990426-RLH) with ESMTP id i5LG1aBi007209 for ; Mon, 21 Jun 2004 12:01:46 -0400 (EDT) Received: by nyschx06psge.ps.ge.com with Internet Mail Service (5.5.2657.72) id ; Mon, 21 Jun 2004 12:05:26 -0400 Message-ID: From: luis.conelly@ge.com To: user@ant.apache.org Subject: RE: Deleting only the contents of a directory Date: Mon, 21 Jun 2004 12:05:21 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is the target which implemented the other one: HTH -----Original Message----- From: Conelly, Luis (GE Energy, Non GE) Sent: Monday, June 21, 2004 11:02 AM To: 'Ant Users List' Subject: RE: Deleting only the contents of a directory I used to use: the param.cleanup.list was **/* That dropped all my compiled classes but left the root directory for the classes. I might think (without having a look at the manual) that the [includeemptydirs="true"] is giving you a hard time... but of course, I might be wrong ;-) Hope this helps... Regards Luis -----Original Message----- From: Ivan Ivanov [mailto:rambiusparkisanius@yahoo.com] Sent: Monday, June 21, 2004 10:51 AM To: user@ant.apache.org Subject: Deleting only the contents of a directory Dear Colleagues, I want to delete the contents of a directory without the very directory. I tried some variants but wth no luck like this I want to delete all files and dirs in ${project.bin} without ${project.bin}$. I suppose it is something easy but I still do not see it. Any hints? Ivan __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- 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