Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 63752 invoked from network); 15 Dec 2010 09:56:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Dec 2010 09:56:13 -0000 Received: (qmail 10884 invoked by uid 500); 15 Dec 2010 09:56:13 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 10799 invoked by uid 500); 15 Dec 2010 09:56:13 -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 10787 invoked by uid 99); 15 Dec 2010 09:56:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 09:56:12 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [88.84.128.168] (HELO samaflost.de) (88.84.128.168) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 09:56:06 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 8C76C40E0008 for ; Wed, 15 Dec 2010 10:55:44 +0100 (CET) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6XrBzm55RPBv for ; Wed, 15 Dec 2010 10:55:44 +0100 (CET) Received: by samaflost.de (Postfix, from userid 1000) id 255CB40E0007; Wed, 15 Dec 2010 10:55:44 +0100 (CET) From: Stefan Bodewig To: dev@ant.apache.org Subject: Re: [VOTE] release of ant 1.8.2 References: <4D068948.2000306@gmx.de> <4D083AA8.5050801@asert.com.au> <4D0875E6.8010707@asert.com.au> X-Draft-From: ("nnfolder:mail.jakarta-ant" 102449) Date: Wed, 15 Dec 2010 10:55:44 +0100 In-Reply-To: <4D0875E6.8010707@asert.com.au> (Paul King's message of "Wed, 15 Dec 2010 18:01:42 +1000") Message-ID: <871v5j8in3.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On 2010-12-15, Paul King wrote: > After a little more testing, one thing I did notice was an > apparent stricter treatment of property expansion. > With 1.8.1, having an arg to a forked java task like this: > > was happily ignored if skipFetch wasn't defined. > With 1.8.2, we now get a failed build with reason: > Property skipFetch was circularly defined. > The fix was to add a default property defn but it seems > like such a behavior change in a minor update release > should warrant an entry in the WHATSNEW at least? I don't think this a conscious change but rather a side effect of a change somewhere else. But it must be more complex than that, I don't get a warning like yours with ${x} Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org