Upon closer inspection of the problem project I see that one of the
classes has a .resx associated with it. That would explain why the first
two projects are built successfully, they do not have any .resx files in
them.

Thanks. That helps me understand why it was happening (I had already
figured out how to fix it).

-----Original Message-----
From: Gert Driesen [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 16, 2004 9:50 AM
To: Craig Wagner; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Framework not available or not configured

Craig,

In order to compile resource files or import typelibs, NAnt relies on
tools
that are part of the .NET Framework SDK. Installing the .NET Framework
SDK
should resolve this (as indicated by the error message).

Gert
----- Original Message ----- 
From: "Craig Wagner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 16, 2004 6:47 PM
Subject: [Nant-users] Framework not available or not configured


Below is the [trimmed] output from a nant run. I understand what the
error is telling me and how to fix it, but I'm confused about how we get
to that point.

It appears to successfully build the Nwea.Core and Nwea.Pdf projects out
of the solution but then dies when trying to build Nwea.Data. What I'm
trying to understand is how it got through the first two projects if it
couldn't find the SDK.

Any assistance in furthering my understanding would be appreciated.

NAnt 0.85 (Build 0.85.1793.0; rc1; 11/28/2004)
Copyright (C) 2001-2004 Gerry Shaw

build:

     [nant]
C:\MAP\Applications\QA\Products\ReportsWeb\dotNET\ReportsWeb\ReportsWeb.
build
            Buildfile:
file:///C:/MAP/Applications/QA/Products/ReportsWeb/dotNET/ReportsWeb/Rep
ortsWeb.build
            Target(s) specified: build

            build:

             [solution] Starting solution build.
             [solution] Building 'Nwea.Core' [Release] ...
             [solution] Building 'Nwea.Pdf' [Release] ...
             [solution] Building 'Nwea.Data' [Release] ...

            BUILD FAILED - 1 non-fatal error(s), 1 warning(s)

            The SDK for the 'net-1.1' framework is not available or not
configured.



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to