Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 15260 invoked by uid 500); 1 Aug 2001 15:36:47 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 15224 invoked from network); 1 Aug 2001 15:36:46 -0000 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-user@jakarta.apache.org Subject: Re: if and unless References: From: Stefan Bodewig Date: 01 Aug 2001 17:36:46 +0200 In-Reply-To: "Matt Lyon"'s message of "Wed, 1 Aug 2001 11:16:39 -0400" Message-ID: Lines: 9 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N On Wed, 1 Aug 2001, Matt Lyon wrote: > can a single target or task have both an "if" *and* an "unless" > attribute to control conditional execution? You could try it - it can. The target will only be executed if both conditions hold true. Stefan