You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Simple Easy <ra...@yahoo.com> on 2008/06/23 11:53:08 UTC

How can I override property value?

Hi,
I would like to override the property value entered by <INPUT> task. How can I go about doing that?
<property name="version" value="" />
<input message="Please enter the version number:" addproperty="version" />
I know property is immutable, but what other means that I can override that? Are there any 3rd party tasks that has this feature?
Rgds,
FJ


      

RE: How can I override property value?

Posted by Eric Wood <EW...@llbean.com>.
Try <var ... />

>From ant-contrib

 http://ant-contrib.sourceforge.net/

-----Original Message-----
From: Simple Easy [mailto:random_simple_easy@yahoo.com] 
Sent: Monday, June 23, 2008 5:53 AM
To: user@ant.apache.org
Subject: How can I override property value?

Hi,
I would like to override the property value entered by <INPUT> task. How
can I go about doing that?
<property name="version" value="" />
<input message="Please enter the version number:" addproperty="version"
/> I know property is immutable, but what other means that I can
override that? Are there any 3rd party tasks that has this feature?
Rgds,
FJ


      

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org