Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 1535 invoked from network); 27 Jul 2006 01:18:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2006 01:18:37 -0000 Received: (qmail 17413 invoked by uid 500); 27 Jul 2006 01:18:36 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 17357 invoked by uid 500); 27 Jul 2006 01:18:35 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 17346 invoked by uid 99); 27 Jul 2006 01:18:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 18:18:35 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ddevienne@gmail.com designates 64.233.182.191 as permitted sender) Received: from [64.233.182.191] (HELO nf-out-0910.google.com) (64.233.182.191) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 18:18:35 -0700 Received: by nf-out-0910.google.com with SMTP id a4so2464nfc for ; Wed, 26 Jul 2006 18:18:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OyanvijCEFMNDrxeAcNahIn+E2WeMMI+ynBs9AO3gkHW3sYGhcXaKp5alsJBPEdVvcFKaWpjXDvs24rVvp2FYx5Yd9Y67DF+gwAYYz55eV5HgUGHdZjYt9hpOZTrCkoGk+Q2fLRTyhMyf05t4RABD0G/pcPFttAaBGzlawHL1C8= Received: by 10.78.165.16 with SMTP id n16mr3550665hue; Wed, 26 Jul 2006 18:18:13 -0700 (PDT) Received: by 10.78.66.19 with HTTP; Wed, 26 Jul 2006 18:18:13 -0700 (PDT) Message-ID: <255d8d690607261818p29cd018dy4b406288ef98423b@mail.gmail.com> Date: Wed, 26 Jul 2006 20:18:13 -0500 From: "Dominique Devienne" To: "Ant Developers List" Subject: Re: conditional attributes for arg and env elements In-Reply-To: <20060726215215.4183.qmail@web55110.mail.re4.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060726215215.4183.qmail@web55110.mail.re4.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > IIRC DD was a supporter of "if/unless > everywhere"; maybe he can summarize off the top of his > head. ATM I can't think why this would be A Bad Thing. My own summary is that I don't really understand why some people are so against if/unless in more places (like all top-level types ;-) Real world experience has taught me it's indispensible. Maybe since I was building a lot of platform-dependent code, I was in a special case, but in practice we need conditionals in many places, and having to just thru hoops to implements in A Bad Thing(tm) IMHO. --DD PS: Then comes the questions of were to implement it. In the types/nested-elements themselves, or at configure time to make the UE appear/disappear based on if/unless --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org