just start NAnt with the -k:net-1.1 switch

eg. NAnt.exe -buildfile:<file> -k:net-1.1

or set the nant.settings.currentframework property to net-1.1

eg. <property name="nant.settings.currentframework" value="net-1.1" />

Hope this helps,

Gert

----- Original Message ----- 
From: "Ron Werner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 03, 2004 9:19 PM
Subject: [nant-dev] csc.exe file not found


> I have downloaded NAnt 0.84 and unzipped them into a new subdirectory.  I
> have also added the \bin information to my path.
>
> When I try a build I receive an error stating:
>
> BUILD FAILED
> [csc] C:\WINNT\Microsoft.NET\Framework\v1.0.3705\csc.exe
> failed to start
> The system cannot find the file specified
>
> When I look for that file it is not in the above directory, however it is
in
> the v1.1.4322 subdirectory.  How do I get NAnt to point to the correct
> subdirectory?
>
> Ronald Werner
> 314.361.8500   ext322
>
>



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to