Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 30382 invoked from network); 24 Sep 2009 17:37:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Sep 2009 17:37:26 -0000 Received: (qmail 9847 invoked by uid 500); 24 Sep 2009 17:37:26 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 9746 invoked by uid 500); 24 Sep 2009 17:37:25 -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 9736 invoked by uid 99); 24 Sep 2009 17:37:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Sep 2009 17:37:25 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of peter.kitt.reilly@gmail.com designates 74.125.92.149 as permitted sender) Received: from [74.125.92.149] (HELO qw-out-1920.google.com) (74.125.92.149) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Sep 2009 17:37:17 +0000 Received: by qw-out-1920.google.com with SMTP id 4so569217qwk.10 for ; Thu, 24 Sep 2009 10:36:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=5eLw4X18MaR0KttoPoTE/B1huc037Ho1cWaszDeOs9w=; b=trUsS2jZXrnRH5dAL8fzqJtYfcil6Sd8RQ7ktPDOgJOu4RXLqJLE2kCxOxnsQBSoFc +djNKZgUJl1EMdypxM4gk73YWin7cXs/a/J6sFUvbzGMhjnMt7O7LhVUywWJFMt1yJ8W 6VvI2F42oQU0MZEK3SS72epY0VnU8DQvLQIv4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=DhL1b62CYOllUcG0Yyn9A0p3osNkSFqt/atWflZyEnJS4EVm0xpqOaj21fY/Ua1Fez eNOBQFxJ9jZjDtz5QTLlNRkWtPuwej+C4XE4hM6mA/H9pbr9Ufqx7AqlUzuvMKh+H2+K 9l+hwboKlHTyhBOoJoEB9gVcI2GPC1CMooX94= MIME-Version: 1.0 Received: by 10.224.116.137 with SMTP id m9mr3485326qaq.319.1253813816711; Thu, 24 Sep 2009 10:36:56 -0700 (PDT) In-Reply-To: <8763b8mijd.fsf@v35516.1blu.de> References: <873a6co9x7.fsf@v35516.1blu.de> <87ab0kmisz.fsf@v35516.1blu.de> <8763b8mijd.fsf@v35516.1blu.de> Date: Thu, 24 Sep 2009 18:36:56 +0100 Message-ID: Subject: Re: if/unless Attributes From: Peter Reilly To: Ant Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org using seems to be very very strange.. Peter On Thu, Sep 24, 2009 at 5:09 PM, Stefan Bodewig wrote: > On 2009-09-24, Stefan Bodewig wrote: > >> > >> will only be executed if a property named ${foo} exists (unexpanded) - >> in Ant 1.7.1. and Ant 1.8.0 - or if expanding ${foo} returns something >> that equals Boolean.TRUE (Ant 1.8.0 only). > > This part is false, I just re-read the code. =A0It will look up a propert= y > named like the expansion of ${foo} - and it's been that way in 1.7.1 as > well. > > This doesn't change the rest of what I wrote, you'd still need > if you wanted to skip a target if foo evaluated t= o > "false". > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org