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
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
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
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
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