RE: [Nant-users] Framework Targeting

2003-07-21 Thread Anthony LoveFrancisco
EMAIL PROTECTED] | Sent: Monday, July 21, 2003 11:14 AM | To: Miller, Kevin; [EMAIL PROTECTED] | Subject: Re: [Nant-users] Framework Targeting | | | Try | | asis="true" | | instead of frompath="true". | | This is based on the fact that csc.exe from a particular CLR | is a

Re: [Nant-users] Framework Targeting

2003-07-21 Thread Ian MacLean
not work unless the framework tools are in the path. So I still need vcvars32.bat settings present. -Original Message- From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 11:14 AM To: Miller, Kevin; [EMAIL PROTECTED] Subject: Re: [Nant-users] Framework Targeting

RE: [Nant-users] Framework Targeting

2003-07-21 Thread Miller, Kevin
AM To: Miller, Kevin; [EMAIL PROTECTED] Subject: Re: [Nant-users] Framework Targeting Try asis="true" instead of frompath="true". This is based on the fact that csc.exe from a particular CLR is able to locate the correct system libraries, when you don't specify the pat

Re: [Nant-users] Framework Targeting

2003-07-21 Thread Jaroslaw Kowalski
Try asis="true" instead of frompath="true". This is based on the fact that csc.exe from a particular CLR is able to locate the correct system libraries, when you don't specify the path name. I think it's good enough. I believe, that unless you want to rely on your PATH variable, you should avoi

RE: [Nant-users] Framework Targeting

2003-07-21 Thread Erv Walter
Here are my (non-official) thoughts: Setting currentframework and/or changing the default in nant.exe.config is the correct thing to do. Along with that, you should remove the frompath="true" attributes. I can't think of a scenario where you would want frompath="true" on a reference. For your