Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 5649 invoked by uid 500); 9 Aug 2001 06:49:20 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 5434 invoked from network); 9 Aug 2001 06:49:19 -0000 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-user@jakarta.apache.org Subject: Re: Decision making with ANT. References: <00f301c1205d$3ea98930$6405a8c0@amethyst> From: Stefan Bodewig Date: 09 Aug 2001 08:49:25 +0200 In-Reply-To: "Mark Soderquist"'s message of "Wed, 8 Aug 2001 16:55:35 -0600" Message-ID: Lines: 18 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N In addition to Don's response On Wed, 8 Aug 2001, Mark Soderquist wrote: > I would like to set the value of a property based on the value of > another property. Using Ant 1.4 from recent nightly builds (or the upcoming beta of course): Which will set my-dependent-property to the given value if the condition holds true. Stefan