Newby question,
I have downloaded v0.84 release of Nant on Windows XP SP2 with Visual Studio .NET 2003 and .NET framework 1.1 with SP1.
Unziped the files into C:\Program Files\Nant, and included C:\Program Files\Nant\bin path in the environment path. Then, I executed %comspec% /k "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat" to load the CSC.
Following to Nant guide, I ran Nant command from C:\Program Files\Nant folder. I get Build Failed notice. I noticed that it's using net-1.0 environment, and part of the error message it cannot find [csc] C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\csc.exe …
I am having this failure on 2 workstations.
Anyone else epxerienced this?
________
Roman Rozinov