RE: [Nant-users] Properties files

2004-03-19 Thread Bonnett, Evan A
Title: RE: [Nant-users] Properties files All, Quick question... I am getting this exception when checking out code to label in VSS.  I have come to the conclusion that when checking out via the , it will not overwrite and will fail if the files already exist.  Is this accurate? So, if

RE: [Nant-users] Properties files

2004-03-19 Thread Bill.Martin
Marvellous, that will do the job nicely thanks Jarek. Cheers, Bill -Original Message- From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] Sent: 19 March 2004 15:38 To: Bill Martin; [EMAIL PROTECTED] Subject:Re: [Nant-users] Properties files It is possible through task

Re: [Nant-users] Properties files

2004-03-19 Thread Jaroslaw Kowalski
: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 19, 2004 4:16 PM Subject: [Nant-users] Properties files > Hello folks, > > I am new to Nant, but have done a bit in Ant compiling Java solutions. My > question is, is there any equivalent to the task that &

[Nant-users] Properties files

2004-03-19 Thread Bill.Martin
Hello folks, I am new to Nant, but have done a bit in Ant compiling Java solutions. My question is, is there any equivalent to the task that existed in Ant? The task in Nant only appears to let me set one property at a time. I would like to set my build properties in a separate file and impor