Hi,
 
I think you have to change the default framework in your nant.exe.config
file.  It should read this:
                <nantsettings defaultframework="net-1.0">
out of the box.  To specify the net-1.1 framework just change that line
to this:
                <nantsettings defaultframework="net-1.1">
 
Hope that helps.
 
 
Clayton
 
 
-----Original Message-----
From: Monte Kalisch [mailto:[EMAIL PROTECTED] 
Sent: June 10, 2003 8:17 PM
To: [EMAIL PROTECTED]
Subject: [Nant-users] Nant Build Failed - (net-1.0 framework is not
available or not configured.
 
Hello all.  I finally got slingshot to create a build file from my .sln
and nant to do the correct build on my local workstation (with VS.net
installed).
 
Now, however, when I ported this to a build server, I'm receiving the
error below.  I have installed the .NET Framework 1.1 SDK.  Is that not
sufficient? 
BUILD FAILED
The SDK for the (net-1.0 framework is not available or not configured.
 
More information was logged via log4net at level debug
 
Try 'nant -help' for more information 
Thanks in advance! 


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to