From user-return-69907-apmail-ant-user-archive=ant.apache.org@ant.apache.org Fri Feb 12 09:23:20 2010 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 1984 invoked from network); 12 Feb 2010 09:23:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Feb 2010 09:23:19 -0000 Received: (qmail 45695 invoked by uid 500); 12 Feb 2010 09:23:18 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 45613 invoked by uid 500); 12 Feb 2010 09:23:17 -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 45603 invoked by uid 99); 12 Feb 2010 09:23:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 09:23:17 +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; Fri, 12 Feb 2010 09:23:11 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id E0034289800B for ; Fri, 12 Feb 2010 10:22:49 +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 qg0IADnI--6u for ; Fri, 12 Feb 2010 10:22:49 +0100 (CET) Received: by samaflost.de (Postfix, from userid 1000) id 6F0EE289801B; Fri, 12 Feb 2010 10:22:49 +0100 (CET) From: Stefan Bodewig To: user@ant.apache.org Subject: Re: Setter in my own Anttask References: <06080D44730F41428BAF2168FA8BDD80044752FB@icsrv02.icongmbh.de> X-Draft-From: ("nnfolder:mail.jakarta-ant-user" 67416) Date: Fri, 12 Feb 2010 10:22:49 +0100 In-Reply-To: <06080D44730F41428BAF2168FA8BDD80044752FB@icsrv02.icongmbh.de> (Juergen Knuplesch's message of "Thu, 11 Feb 2010 18:10:55 +0100") Message-ID: <87ljeyvmdy.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 On 2010-02-11, Knuplesch, Juergen wrote: > In what sequence the setters are executed? > I guess in the sewuence I wrote them into ma call inside my Antfile. There is no defined order and in fact I'd be surprised if it was the same accross all possible combinations of Java VMs and XML parsers. XML Parsers are allowed attributes in any order (in XML attribute order is insignificant) so even if the setters were invoked in the same order they have been handed down by the XML parser - which they not necessarily are - the final order would still depend on the XML parser. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org