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
Rod, What version of NAnt are you using ? This is working just fine here. Let me know if its working for you using a recent nightly build (http://nant.sourceforge.net/nightly/latest). Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Rod Aye