I got NAnt 0.86 beta1 and was trying to build some new code. The following is an excerpt from the NAnt.exe.config file:
<framework name="net-3.5" family="net" version="2.0" description="Microsoft .NET Framework 3.5" sdkdirectory="${path::combine(sdkInstallRoot, 'bin')}" frameworkdirectory="${path::combine(installRoot, 'v3.5')}" frameworkassemblydirectory="${path::combine(installRoot, 'v2.0.50727')}" clrversion="2.0.50727" > and NAnt complains that .NET 3.5 is not instlled--even though it is. Some of the values above strike me as odd... 1) version="2.0" ... In the case of all the other .NET version, this number matches the version of .NET. Shouldn't this be version="3.5" ? 2) frameworkassemblydirectory="${path::combine(installRoot, 'v2.0.50727')}" ... again; shouldn't this match the 3.5 value? 3) clrversion="2.0.50727" ... and again ? -- Mike Frederick [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users