RE: [Nant-users] Problem with readonly attribute on property

2005-11-18 Thread Rod Ayers
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary Feldman Sent: Thursday, November 17, 2005 9:08 AM To: nant-users@lists.sourceforge.net Subject: Re: [Nant-users] Problem with readonly attribute on property Rod Ayers wrote: >... >A related question: >I'd like to check and

Re: [Nant-users] Problem with readonly attribute on property

2005-11-17 Thread Gary Feldman
Rod Ayers wrote: ... A related question: I'd like to check and see if the property named in property.name exists. All the "valid" properties have already been assigned default values. If property.name exists, I will override with the value in property.value, and set to readonly="true". Otherwi

RE: [Nant-users] Problem with readonly attribute on property

2005-11-17 Thread Rod Ayers
#x27;t already exist; so I tried: mailto:[EMAIL PROTECTED] Sent: Wednesday, November 16, 2005 12:35 PM To: [EMAIL PROTECTED]; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Problem with readonly attribute on property Rod, What version of NAnt are you using ? This is working just fine he

RE: [Nant-users] Problem with readonly attribute on property

2005-11-16 Thread Gert Driesen
lf Of Rod Ayers > Sent: woensdag 16 november 2005 7:59 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Problem with readonly attribute on property > > I have a "top-level" build file in which I initialize several > properties. It then calls a task in a

[Nant-users] Problem with readonly attribute on property

2005-11-15 Thread Rod Ayers
I have a "top-level" build file in which I initialize several properties.  It then calls a task in another build file that reads a properties file, updating properties previously initialized.  I want to make sure that properties updated from the property file don't get overwritten anywhere