Title: Compiling a bunch of projects

Hello everyone:

I am new using Nant and I have a problem that I am sure is easy to solve (but I don't know how). I don't have a solution, just a bunch of projects from me and all my developers. I am using the solution task to compile my assemblies like this:

        <target name="compile">
                <solution configuration="release" outputdir="D:\GeoExplorerBuild\bin">
                        <projects>
                                <include name="D:\GeoExplorerBuild\WebControls\Telus.Geomatics.WebControls.csproj" />
                                <include name="D:\GeoExplorerBuild\WebControls\Telus.Geomatics.Web.csproj" />
                                <include name="D:\GeoExplorerBuild\WebControls\Telus.Geomatics.Web.UI.csproj" />
                                ...
                        </projects>
                </solution>
        </target>

When I execute this task on my Windows2003 server I get this error message:
 [solution] Building 'Telus.Geomatics.WebControls' [release] ...
BUILD FAILED
The SDK for the 'net-1.1' framework is not available or not configured.
Total time: 0.2 seconds.

I installed the framework in the server (v1.1.4322), but the task still keep failing. Any ideas? Anybody had this problem before?

Thank you very much in advance

Ransel Lopez
GIS Web Developer
Telus Geomatics Inc.
16th Floor, Telus Plaza South
10020-100 Street
Edmonton, AB T5J 0N5
Phone : (780) 493-3850
Email  : [EMAIL PROTECTED]


Reply via email to