Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 76176 invoked from network); 2 Aug 2004 12:53:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Aug 2004 12:53:20 -0000 Received: (qmail 49473 invoked by uid 500); 2 Aug 2004 12:53:09 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 49433 invoked by uid 500); 2 Aug 2004 12:53:09 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 49420 invoked by uid 99); 2 Aug 2004 12:53:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.226.175.188] (HELO tomts25-srv.bellnexxia.net) (209.226.175.188) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 02 Aug 2004 05:53:07 -0700 Received: from athlon ([64.231.60.75]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with SMTP id <20040802125305.KHIS28143.tomts25-srv.bellnexxia.net@athlon> for ; Mon, 2 Aug 2004 08:53:05 -0400 Message-ID: <003c01c4788f$b0748820$0d02a8c0@athlon> From: "Rhino" To: "Ant Users List" References: Subject: Re: Rant on immutable properties Date: Mon, 2 Aug 2004 08:53:20 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ----- Original Message ----- From: "Martin Gainty" To: Sent: Friday, July 30, 2004 1:23 PM Subject: Rant on immutable properties > Hello All > > I have need to set the value of a property based on user input > but cannot do so because properties are immutable? > > Is there a workaround? > Have you considered the 'input' core task? You could ask the user to supply a value while the script executes and use the returned value in your script. Rhino --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org