----- Original Message ----- From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 22, 2004 11:23 PM
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.

Properties specified on the command line are always read-only.

See http://nant.sourceforge.net/nightly/help/tasks/property.html for an example of how to create properties with default values.

Gert



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to