Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 19504 invoked from network); 4 Sep 2000 09:17:13 -0000 Received: from public.ndh.net (HELO public.ndh.com) (195.94.90.21) by locus.apache.org with SMTP; 4 Sep 2000 09:17:13 -0000 Received: from sbodewig.bost.de ([195.227.98.11]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id LAA29693 for ; Mon, 4 Sep 2000 11:17:11 +0200 (MET DST) Received: (from bodewig@localhost) by sbodewig.bost.de (8.9.3/8.9.3) id LAA03036; Mon, 4 Sep 2000 11:17:11 +0200 X-Authentication-Warning: sbodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: ant-dev@jakarta.apache.org Subject: Re: When's the next stable release? References: <968055786.87172.ezmlm@jakarta.apache.org> From: Stefan Bodewig Date: 04 Sep 2000 11:17:11 +0200 In-Reply-To: ant-dev-help@jakarta.apache.org's message of "4 Sep 2000 08:23:06 -0000" Message-ID: Lines: 27 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Capitol Reef) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N >>>>> "PD" == Peter Donald PD> * Everything gets interpreted at runtime - including property PD> expansion. I'd like to get there in steps and maybe we will even need agree on "everything" first. What I definitively want to achieve is make ${} happen at runtime and do some magic to , or whatever to change the value of properties temporarily (avoiding the creation of a new project). PD> * Notion of objects that are not Strings can be used PD> as attributes of tasks. (ie you can have Files/FileSets/etc) I hope I'm getting this completed in the next few days for PATH like structures, filesets and patternset. I.e. add , and elements that can be used outside of tasks. We will have to agree whether they should be placed inside s or outside, though. As the id attribute has to be unique within the XML file anyway, I'd go for outside of (i.e. global). PD> * add more error checking in tasks (some currently fail silently) Do you have a list of them? Kind of difficult to hunt them down. Stefan