Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 6621 invoked from network); 16 Jan 2001 05:25:58 -0000 Received: from femail5.sdc1.sfba.home.com (24.0.95.85) by h31.sny.collab.net with SMTP; 16 Jan 2001 05:25:58 -0000 Received: from alsatian ([24.18.23.12]) by femail5.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010116052608.DYXL29808.femail5.sdc1.sfba.home.com@alsatian>; Mon, 15 Jan 2001 21:26:08 -0800 Message-ID: <133a01c07f7c$d48b11d0$020a0a0a@alsatian> From: "Jason Rosenberg" To: , References: Subject: Re: Explicit values only in properties file? Date: Tue, 16 Jan 2001 00:25:50 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N ----- Original Message ----- From: "Conor MacNeill" To: Sent: Monday, January 15, 2001 6:40 PM Subject: RE: Explicit values only in properties file? > > -----Original Message----- > > From: Jason Rosenberg [mailto:jason@squaretrade.com] > > > > I am not sure I understand exactly what you want to do, > > but you certainly can reference previously defined properties > > within a properties file, and preserve the same ordering > > that is required for your scripting to work > > No, order is unimportant. Forward references are resolved. > Yes, I stand corrected, forward references within a given properties file are resolved. But references that span a series of properties files will not behave that way, so, the loading of properties files is order dependent, which is compatible with the notion that the evaluating of tags is also order dependent at run-time...... So, individual properties declared within a properties file behave differently than the properties declared directly in the xml. We should be thinking of properties declared in files as a self-resolving group of properties. Properties declared outside the group won't have that behavior. Any plans to make all property loading non-order dependent? That really would float the declarative boat, wouldn't it? > > , since, after > > all, we are all scripting here. > > > > whatever floats you boat. > My boat is not out of dry dock yet.