Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 70982 invoked from network); 16 Apr 2002 12:03:57 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 16 Apr 2002 12:03:57 -0000 Received: (qmail 23906 invoked by uid 97); 16 Apr 2002 12:03:54 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 23889 invoked by uid 97); 16 Apr 2002 12:03:54 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 23878 invoked from network); 16 Apr 2002 12:03:53 -0000 Message-Id: <6E6EB6B3B108D511A4AD00306E0248A403D3D1D1@SMTR-EXH8.LIBERTEL> From: Chris.Clark@vodafone.nl To: ant-dev@jakarta.apache.org Subject: Persistent global properties - are they going to be available? Date: Tue, 16 Apr 2002 14:03:50 +0200 Mime-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have made a couple of tasks that allow you to read/write properties to a property file, in a central place, so the properties are available between different processes, and also are global. Is there any facility such as this planned for Ant? Description: The following task will set the property 'testProperty' under topic 'testTopic', storing it in a central property file. To retrieve the property as an ant property, you could use the following task: Then this request would echo the value of the property. You can also retrieve the property and store it to an ant property under a different name: Then this request would echo the value of the property. The major difference, is that the properties are persistent, so you can read and set them across multiple processes, projects and tasks. -- To unsubscribe, e-mail: For additional commands, e-mail: