Try <var ... /> >From ant-contrib
http://ant-contrib.sourceforge.net/ -----Original Message----- From: Simple Easy [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2008 5:53 AM To: [email protected] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
