Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 47940 invoked from network); 25 Aug 2005 10:51:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Aug 2005 10:51:21 -0000 Received: (qmail 82589 invoked by uid 500); 25 Aug 2005 10:51:12 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 82537 invoked by uid 500); 25 Aug 2005 10:51:11 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 82524 invoked by uid 99); 25 Aug 2005 10:51:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2005 03:51:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [69.13.85.1] (HELO turquoise.propagation.net) (69.13.85.1) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2005 03:51:27 -0700 Received: from [192.168.0.104] ([85.101.19.81]) by turquoise.propagation.net (8.13.4/8.13.4) with ESMTP id j7PAp49m015860 for ; Thu, 25 Aug 2005 05:51:05 -0500 Message-ID: <430DA29B.6010005@riskturk.com> Date: Thu, 25 Aug 2005 13:51:07 +0300 From: Taner Diler User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: how can I change value of property in runtime? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: milter-spamc/0.25.321 (localhost [69.13.84.203]); Thu, 25 Aug 2005 05:51:07 -0500 X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Flag: NO X-Old-Spam-Status: NO, hits=0.10 required=5.00 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I have a problem with properties that defined in xml. I'm reading a property (has "test-0" value) from properties file and I try to change its value by using ' '. when I display value of the property by using echo, "test-0" is still being displayed. How can I change value of the property in runtime? --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org