Hi! I´ve been reading your book for a class and I´ve found it very usefull.
Now I´m setting up the enviroment to start coding and running the examples.
I followed all the instructions ton install NAnt, but when I run the "clickToBuild.bat"
I get:
NAnt 0.85 (Build 0.85.2478.0; release; 14/10/2006)
Copyright (C) 2001-2006 Gerry Shaw
http://nant.sourceforge.netBuildfile: file:///C:/Projects/Fisharoo/trunk/build/Fisharoo.build
Target framework: Microsoft .NET Framework 2.0
Target(s) specified: compile
compile:
[echo] Build Directory is
[exec] Microsoft (R) Build Engine Version 3.5.21022.8
[exec] [Microsoft .NET Framework, Version 2.0.50727.3053]
[exec] Copyright (C) Microsoft Corporation 2007. All rights reserved.
[exec] MSBUILD : error MSB1009: Project file does not exist.
[exec] Switch: ..\Source\FisharooWeb.sln
BUILD FAILED
C:\Projects\Fisharoo\trunk\build\Fisharoo.build(31,2):
External Program Failed: C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild.exe (re
turn code was 1)
Total time: 0.3 seconds.
Presione una tecla para continuar . . .
My "built.bat" has:
@Echo off
..\Binaries\NAnt\bin\nant.exe -buildfile:Fisharoo.build %*
That´s the only script that I modified
:( why is it failing?