Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 99100 invoked from network); 1 Sep 2009 14:43:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Sep 2009 14:43:24 -0000 Received: (qmail 46067 invoked by uid 500); 1 Sep 2009 14:43:23 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 45974 invoked by uid 500); 1 Sep 2009 14:43:23 -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 45964 invoked by uid 99); 1 Sep 2009 14:43:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2009 14:43:23 +0000 X-ASF-Spam-Status: No, hits=1.2 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; Tue, 01 Sep 2009 14:43:15 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 154B728985EF for ; Tue, 1 Sep 2009 16:42:53 +0200 (CEST) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YRDq66UU2hME for ; Tue, 1 Sep 2009 16:42:44 +0200 (CEST) Received: by samaflost.de (Postfix, from userid 1000) id 7CBE528985FB; Tue, 1 Sep 2009 16:42:43 +0200 (CEST) From: Stefan Bodewig To: dev@ant.apache.org Subject: Re: PropertyHelper API References: <87bplvc7dz.fsf@v35516.1blu.de> <841300.16098.qm@web55102.mail.re4.yahoo.com> <255d8d690909010725p59af5639q3365b48ad3e7e336@mail.gmail.com> X-Draft-From: ("nnfolder:mail.jakarta-ant" 95521) Date: Tue, 01 Sep 2009 16:42:43 +0200 In-Reply-To: <255d8d690909010725p59af5639q3365b48ad3e7e336@mail.gmail.com> (Dominique Devienne's message of "Tue, 1 Sep 2009 09:25:51 -0500") Message-ID: <8763c2d8v0.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org On 2009-09-01, Dominique Devienne wrote: > What I don't get is how NestedPropertyExpander can be enabled. > Given how DEFAULT_EXPANDER works, if one tries to add > NestedPropertyExpander after it, the first expander will not allow > the second to work. You missed the "delegates get used in LIFO order" bit. add() adds to the front of the list. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org