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

2005-03-05 Thread Headlam, Norman
Depending on which version of NAnt you are using, you can also try using the setenv element.  Make sure the cl.exe path is also included.                     :     :                             :     :    

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

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

2005-03-05 Thread David
I am trying to build a solution file and am receiving this error:   [solution] Starting solution build.  [solution] Loading projects...  [solution] Loading project 'C:\src\qpd\control_center\gui\control_center_gui.vcproj'.  [solution] Loading project 'C:\src\qpd\control_center\gui\..\.

[Nant-users] task issue & questions

2005-03-05 Thread Nettleton, Carlton E.
I think I found a small defect with the task or I am just not understanding how it works. We are developing documentation for a project I am working on, adding our own custom tags and created an NDoc xslt for the tags. These things all work fine when I use the GUI or the console app. When I u