RE: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net-Again

2004-09-02 Thread Kevin Dickover
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian MacLean Sent: Wednesday, September 01, 2004 9:37 PM To: Kevin Dickover Cc: 'Gert Driesen'; [EMAIL PROTECTED] Subject: Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net-Again Kevin Dickover wrote: &g

Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net-Again

2004-09-01 Thread Ian MacLean
2:03 PM To: Kevin Dickover; [EMAIL PROTECTED] Subject: Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net-Again Kevin, Just set overwrite to "false" : Hope this helps, Gert - Original Message - From: "Kevin Dickover

Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net-Again

2004-09-01 Thread Gert Driesen
- Original Message - From: "Kevin Dickover" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, September 01, 2004 8:23 PM Subject: RE: [Nant-users] Params vs properties redux was: Nant .85 not

RE: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net-Again

2004-09-01 Thread Felice Vittoria
Kevin, Change to and you will get what you want. HTH, Felice -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kevin Dickover Sent: Wednesday, September 01, 2004 12:55 PM To: [EMAIL PROTECTED] Subject: Re: [Nant-users] Params vs properties redux was

RE: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net-Again

2004-09-01 Thread Kevin Dickover
ould be over written. Obviously that was an incorrect assumption. Kevin -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 2:03 PM To: Kevin Dickover; [EMAIL PROTECTED] Subject: Re: [Nant-users] Params vs properties redux was: Nant .85 not wo

Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net-Again

2004-09-01 Thread Gert Driesen
Kevin, Just set overwrite to "false" : Hope this helps, Gert - Original Message - From: "Kevin Dickover" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 01, 2004 7:54 PM Subject: Re: [Nant-users] Params vs pr

Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net-Again

2004-09-01 Thread Kevin Dickover
Assume a sample build file When this is run the output is C:\Temp\nantest>C:\nant\bin\NAnt.exe NAnt 0.85 (Build 0.85.1684.0; net-1.0.win32; nightly; 8/11/2004) Copyright (C) 2001-2004 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///C:/Tem

RE: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net

2004-08-23 Thread McCullough, Gary
I like it. I think it makes good sense. And while you're at it, why not go ahead and extend that params idea to targets too? Gary McCullough -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian MacLean Sent: Friday, Augus

Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net

2004-08-22 Thread Ian MacLean
; <[EMAIL PROTECTED]> Cc: "Nant-Developers (E-Mail)" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, August 22, 2004 5:07 AM Subject: Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net Gert Driesen wrote: - Original Message - F

[Fwd: Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net]

2004-08-22 Thread Troy Laurin
Gert Driesen wrote: Ian MacLean wrote: This seems to be causing a lot of grief. I'm really leaning towards having a list of elements at the project level and allowing those and only those values to be passed on the commandline. I'm not sure how feasible that would be with the way we pass properti

Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net

2004-08-22 Thread Gert Driesen
"Ian MacLean" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "Nant-Developers (E-Mail)" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, August 22, 2004 5:07 AM Subject: Re: [Nant-users] Params vs properties redux was

Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net

2004-08-21 Thread Ian MacLean
Gert Driesen wrote: - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Nant-Developers (E-Mail)" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, August 21, 2004 4:42 AM Subject: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net Th

Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net

2004-08-21 Thread Martin Gainty
TECTED]> Sent: Saturday, August 21, 2004 12:18 PM Subject: Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net > Gert, > > All of these immediate problems seem to have arisen not because the readonly > attribute was added to properties, but because com

Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net

2004-08-21 Thread Gert Driesen
TECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "Ian MacLean" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, August 21, 2004 6:18 PM Subject: Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net Gert, All of t

Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net

2004-08-21 Thread Merrill Cornish
Gert, All of these immediate problems seem to have arisen not because the readonly attribute was added to properties, but because command line parameters were made readonly. What is the particular advantage of making command line parameters internally readonly? Merrill

Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net

2004-08-21 Thread Gert Driesen
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Nant-Developers (E-Mail)" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, August 21, 2004 4:42 AM Subject: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net This seems to be caus