Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 71528 invoked from network); 6 Feb 2008 19:00:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2008 19:00:34 -0000 Received: (qmail 73309 invoked by uid 500); 6 Feb 2008 19:00:21 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 73283 invoked by uid 500); 6 Feb 2008 19:00:21 -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 73267 invoked by uid 99); 6 Feb 2008 19:00:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2008 11:00:21 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mpc8250@gmail.com designates 209.85.162.176 as permitted sender) Received: from [209.85.162.176] (HELO el-out-1112.google.com) (209.85.162.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2008 18:59:52 +0000 Received: by el-out-1112.google.com with SMTP id j27so1084233elf.0 for ; Wed, 06 Feb 2008 10:59:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=0+5eSqEl5obbyERxaodNfp3LN0TBw/Wc5e20nAhMXVQ=; b=jLYXlRZVFyou3B83V4UPl+oOSslGg37I0R9LYPNWYkwfclVq7Z3FqkdWAxf0LnVU65dcwJsTEBhi3C17AkwlelBV3QZGCn43J+HwDI/IKbeP3R9Iw0Zdoj7dwdkNgGHVsyWnIlsASUDoVFfo18SnlKYJaaXPiDOUBagcJa/wZMk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=YDH/f9Xj+Omvw+srn/cbYk5mNbc9l/4VsqFWYVildOjGFdWstSouS7jiJes+EJl4xZ3cvyTvfa7n+TwvjHUHwN9H1gtmwTyFOLU+Ibdi0YR9EKlgweKpKddA1PELfaboKMW7bY7k3r9vjuhOjrH5t/6hfM5d/EmVF+Ger1yw6Q0= Received: by 10.142.82.17 with SMTP id f17mr1625560wfb.56.1202324398319; Wed, 06 Feb 2008 10:59:58 -0800 (PST) Received: by 10.143.123.2 with HTTP; Wed, 6 Feb 2008 10:59:58 -0800 (PST) Message-ID: <1f97de60802061059q50276a84v9f7f7a9b3db0c9ac@mail.gmail.com> Date: Wed, 6 Feb 2008 10:59:58 -0800 From: "Z W" To: "Ant Users List" Subject: condition question MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_23539_18660622.1202324398224" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_23539_18660622.1202324398224 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Why is this condition failing/false when "confused" is 1 ? I just don't see it. confused ${confused} retest ${retest} _recheck: [echo] confused 1 [echo] Condition false; setting retest6 to 6 Setting project property: retest6 -> 6 Property "retest" has not been set [echo] retest ${retest} Property "retest" has not been set ------=_Part_23539_18660622.1202324398224--