Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 39215 invoked by uid 500); 12 Jun 2001 19:16:19 -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 Delivered-To: moderator for ant-user@jakarta.apache.org Received: (qmail 98409 invoked from network); 12 Jun 2001 10:25:10 -0000 Date: Tue, 12 Jun 2001 13:17:46 +0300 (EEST) From: Mikko Kurki-Suonio X-Sender: maxxon@akilles To: ant-user@jakarta.apache.org Subject: Re: criticism: property handling (here: no overwrite) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N On 12 Jun 2001, Stefan Bodewig wrote: > the value of a property (you can already do that in Ant 1.x, but have > to use a script or a custom task to do so). Not strictly true. At least in 1.2, the tag can override property settings. Just make sure you're checking for something that's always there -- like the buildfile itself. //Mikko