Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 36286 invoked from network); 15 Oct 2003 17:21:53 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Oct 2003 17:21:53 -0000 Received: (qmail 21972 invoked by uid 500); 15 Oct 2003 17:21:36 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 21929 invoked by uid 500); 15 Oct 2003 17:21:35 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 21915 invoked from network); 15 Oct 2003 17:21:35 -0000 Received: from unknown (HELO central.purematrix.com) (66.180.124.162) by daedalus.apache.org with SMTP; 15 Oct 2003 17:21:35 -0000 Received: from purematrix.com (snafu.purematrix.com [192.168.0.13]) by central.purematrix.com (Postfix) with ESMTP id 8E62C3E4F; Wed, 15 Oct 2003 11:21:38 -0600 (MDT) Sender: jax@purematrix.com Message-ID: <3F8D81B2.F9BD50CD@purematrix.com> Date: Wed, 15 Oct 2003 11:19:46 -0600 From: Jack Woehr X-Mailer: Mozilla 4.78 [en] (X11; U; SunOS 5.9 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: Ant Users List Subject: Re: Changing the properties value. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N "Shatzer, Larry" wrote: > From the manual on the task > http://ant.apache.org/manual/CoreTasks/property.html > > Properties are immutable: whoever sets a property first freezes it for the > rest of the build; they are most definately not variable. That's true but a little misleading, in view of the fact that an or caller can set a property for the called target and the setting doesn't propagate back to the caller's environment. So you can have a target algorithmically setting a property multiple times; these are just not really the "same property". -- Jack J. Woehr # "[F]ar in the empty sky a solitary esophagus slept http://www.well.com/~jax # upon motionless wing; everywhere brooded stillness, http://www.softwoehr.com # serenity, and the peace of God." - Mark Twain --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org