Re: [Nant-users] Read-only properties

2005-02-25 Thread Merrill Cornish
Kevin, Properties set on the command line are always read-only. So, you can't use command line -D values to "override" script properties. Instead, the script will have to check for the command line properties. If they do NOT exist, only then can the script safely set the properties to a defa

[Nant-users] Read-only properties

2005-02-25 Thread Burton, Kevin
I think this was discussed earlier but I don’t remember the resolution.   I am getting the error:   [property] Read-only property "ppc.user" cannot be overwritten. [property] Read-only property "ppc.password" cannot be overwritten.     In my .build file the property is not marked as