Re: [NAnt-users] non-readonly properties

2012-02-22 Thread Chris Fouts
Thanks, I was actually setting the arguments in CCNET, via From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Wednesday, February 22, 2012 1:25 PM To: Chris Fouts; nant-users@lists.sourceforge.net Subject: RE: non-readonly properties Properties set on the command line are always read-only. If

Re: [NAnt-users] non-readonly properties

2012-02-22 Thread Bob Archer
Properties set on the command line are always read-only. If you want to not reset a property value if it was set from the command line you can use overwrite="false". Also, when you pass false from the command line you don't need to quote it. BOb From: Chris Fouts [mailto:chris.fo...@caemilusa