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.
:
:
:
:
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
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\..\.
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