Nant doesn't include the compilers.

Looking at the nant.exe.config file in Nant's bin directory, it's
looking for the .NET runtime files in $installRoot and it's also
looking for the .NET framework SDK in $sdkInstallRoot.  The sdk can be
downloaded from Microsoft at:

http://www.microsoft.com/downloads/details.aspx?FamilyID=9b3a2ca6-3647-4070-9f41-a333c6b9181d&displaylang=en

The SDK is listed as failonerror=false, but it looks like something is
requiring it.


On Mon, 28 Feb 2005 08:38:25 -0700, Ransel Lopez Mena
<[EMAIL PROTECTED]> wrote:
> Hi Dan,
> 
> I downloaded the Nant latest version and followed all the installation steps, 
> but I don't see any compiler in the nant\bin folder (not csc, vbc or 
> anything). Where do I get them from?? Is there anything else I need???
> 
> Thanks
> ransel
> 
> -----Original Message-----
> From: Dan Shookowsky [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 28, 2005 8:33 AM
> To: Ransel Lopez Mena
> Cc: nant-users@lists.sourceforge.net
> Subject: Re: [Nant-users] Compiling a bunch of projects
> 
> Is csc.exe available in the bin directory?  Perhaps it's a path issue or 
> conflict with the location specified in the nant.exe.config file...
> 
> On Mon, 28 Feb 2005 08:26:33 -0700, Ransel Lopez Mena <[EMAIL PROTECTED]> 
> wrote:
> >
> >
> > 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]
> >
>


-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to