Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 16376 invoked by uid 500); 21 Aug 2001 14:34:22 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 16348 invoked from network); 21 Aug 2001 14:34:21 -0000 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-dev@jakarta.apache.org Subject: Re: Holding references between tasks References: <002801c12a49$adf72900$0200a8c0@goonie> From: Stefan Bodewig Date: 21 Aug 2001 16:34:20 +0200 In-Reply-To: "Andreas Schildbach"'s message of "Tue, 21 Aug 2001 16:00:47 +0200" Message-ID: Lines: 9 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 On Tue, 21 Aug 2001, Andreas Schildbach wrote: > Is there any facility in the Ant framework to store one or many > object references between different tasks? See Project#addReference(String, Object), as well as Project#getReferences. Stefan