Re: [Nant-users] Using multiple versions of framework

2003-07-21 Thread Mark Priest
Daniel > > -Original Message- > From: Mark Priest [mailto:[EMAIL PROTECTED] > Sent: Monday, July 21, 2003 3:24 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [Nant-users] Using multiple versions of framework > > > Jarek, > > There does not appear

RE: [Nant-users] Using multiple versions of framework

2003-07-21 Thread Daniel Nguyen
PROTECTED]; [EMAIL PROTECTED] Subject: Re: [Nant-users] Using multiple versions of framework Jarek, There does not appear to be a -k flag for Nant.exe. What did you mean by using the -k flag? Thanks, Mark a.. From: Jaroslaw Kowalski b.. Subject: Re: [Nant-users] Using multiple versions of

Re: [Nant-users] Using multiple versions of framework

2003-07-21 Thread Mark Priest
Jarek, There does not appear to be a -k flag for Nant.exe. What did you mean by using the -k flag? Thanks, Mark a.. From: Jaroslaw Kowalski b.. Subject: Re: [Nant-users] Using multiple versions of framework c.. Date: Thu, 10 Jul 2003 13:41:48 -0700

Re: [Nant-users] Using multiple versions of framework

2003-07-10 Thread Ian MacLean
Brenton, Claytons answer is correct. However you need to be sure you're using the right terminology. the current framework represents which version of csc.exe and libraries you want to target. the supportedRuntime setting indicates which runtime nant itself will run against and has no bearing u

RE: [Nant-users] Using multiple versions of framework

2003-07-10 Thread Clayton Harbour
Hi Brenton, You need to add this setting to your project: Which will control what version of the .net framework is used to compile your app with nant. To set the runtime framework you need to add **something** like this to your app.config file (snipped from the NAnt.exe.config file):

Re: [Nant-users] Using multiple versions of framework

2003-07-10 Thread Jaroslaw Kowalski
You can either try "-k" flag when invoking NAnt or set "nant.settings.currentframework" property inside your build script. For a list of available values consult *.exe.config.   Hope it helps.   Jarek - Original Message - From: Brenton House To: [EMAIL PROTECTED] S