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

RE: [Nant-users] Read Only

2004-07-18 Thread Troy Laurin
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Noel Gifford > > Bryan, > > This is one way of resetting the readonly property on all files. > > > > > > > I saw the attrib task earlier... my issue with this task is t

RE: [Nant-users] Read Only

2004-07-16 Thread Noel Gifford
Bryan, This is one way of resetting the readonly property on all files. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bryan D. Andrews Sent: Thursday, July 15, 2004 6:29 PM To: [EMAIL PROTECTED] Subject:[

Re: [Nant-users] read only flags not reset when using target

2004-07-15 Thread Gert Driesen
- Original Message - From: "Michel André" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 15, 2004 11:57 AM Subject: [Nant-users] read only flags not reset when using target > When using the solution target to build a .sln file, when references are > copied to the outpu