Actually, this is not a bug.   It's working as designed.  Here's the URL to the property help page:
http://nant.sourceforge.net/nightly/help/tasks/property.html
 
What you need to do is set overwrite="false" and it should work.
 
Felice
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, September 22, 2004 4:23 PM
To: [EMAIL PROTECTED]
Subject: [Nant-users] can't overwrite property


Hi there,

why can't properties be overwritten?

my code: <property name="path" value="" /> or <property name="path" value="" overwrite="true" readonly="false"/>

run:  nant -D:path=c:\temp

Nant says: readonly property path can't be overwritten.

is it a bug in 0.85.1724 (09-20 build)?

thx

Reply via email to