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
It is possible through task. You simply have all your properties in a separate buildfile: properties.build And you use it like this: main.build: Hope it helps. Jarek - Original Message - From: <[