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