Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 16728 invoked from network); 22 Feb 2006 09:16:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Feb 2006 09:16:07 -0000 Received: (qmail 53304 invoked by uid 500); 22 Feb 2006 09:15:59 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 53163 invoked by uid 500); 22 Feb 2006 09:15:58 -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 53142 invoked by uid 99); 22 Feb 2006 09:15:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2006 01:15:58 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [203.22.204.30] (HELO mail0.globat.com) (203.22.204.30) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2006 01:15:57 -0800 Received: from cm-ms5.globat.com (cm-ms5.inside.globat.com [10.1.1.165]) by mail0.globat.com (8.12.11/8.12.9) with ESMTP id k1M9Faow017433; Wed, 22 Feb 2006 01:15:36 -0800 (PST) (envelope-from p.pogonyshev@finamatics.com) Received: from localhost (cm-ms5 [127.0.0.1]) by cm-ms5.globat.com (Postfix) with ESMTP id B2829D7BD4; Wed, 22 Feb 2006 01:15:36 -0800 (PST) Received: from cm-ms5.globat.com ([127.0.0.1]) by localhost (cm-ms5.globat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14750-01-52; Wed, 22 Feb 2006 01:15:36 -0800 (PST) Received: from camaro.garage.bogus (mm-142-246-209-82.adsl.mgts.by [82.209.246.142]) by cm-ms5.globat.com (Postfix) with ESMTP id 727E5D7A1F; Wed, 22 Feb 2006 01:15:35 -0800 (PST) From: Paul Pogonyshev To: user@ant.apache.org Subject: Re: conditional execution Date: Wed, 22 Feb 2006 11:23:50 +0200 User-Agent: KMail/1.6.1 Cc: "Anderson, Rob (Global Trade)" References: <200602212155.k1LLt0KT016415@barriere241.nike.com> In-Reply-To: <200602212155.k1LLt0KT016415@barriere241.nike.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200602221123.50731.p.pogonyshev@finamatics.com> X-Virus-Scanned: amavisd-new at globat.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 21 February 2006 23:52, Anderson, Rob (Global Trade) wrote: > If the existance of a file is your condition, use a combination of > , , > [...] Thanks, I already implemented it using macros and task. Making it the way you suggest would be kinda ugly in my case, since I need to repeat the same procedure for a number of files and duplicating rules is error-prone. Paul --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org