RE: [Nant-users] Error building solution. 'cl' failed to start

2005-03-05 Thread Headlam, Norman
David; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Error building solution. 'cl' failed to start   David,   cl.exe needs to be in your path in order for NAnt to be able to use it. Try running vsvar32.bat (in C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\

RE: [Nant-users] Error building solution. 'cl' failed to start

2005-03-05 Thread Gert Driesen
David,   cl.exe needs to be in your path in order for NAnt to be able to use it. Try running vsvar32.bat (in C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools) first.   Hope this helps,   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of DavidSen