Re: [NAnt-users] Help recursively setting readonly attribute

2011-05-05 Thread Bob Archer
Ah got it... the include patterns are a bit tricky. From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Thursday, May 05, 2011 10:11 AM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Help recursively setting readonly attribute I did NOT want the files to be read only, hence

Re: [NAnt-users] Help recursively setting readonly attribute

2011-05-05 Thread Chris Fouts
I did NOT want the files to be read only, hence "false." I should've said "I wanted to set the read only attribute to false." -chris From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Thursday, May 05, 2011 9:59 AM To: Chris Fouts; nant-users@lists.sourceforge.net Subject: RE: Help recursively

Re: [NAnt-users] Help recursively setting readonly attribute

2011-05-05 Thread Bob Archer
If you want to set the read only attribute, wouldn't you set readonly="true" ??? BOb From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Wednesday, May 04, 2011 6:01 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Help recursively setting readonly attribute I thought I had

Re: [NAnt-users] Help recursively setting readonly attribute

2011-05-05 Thread Chris Fouts
I got it to work this way, that is, without the last * in the elements. -Original Message