Hi,

I have a big project to compile.
Its structure is more or less like this [and I cannot change it]:

projectX
----------- engine
----------------- math
----------------- platform
----------------- etc...
----------- exporter
----------- vc6
----------- vc7
----------- etc...

I have created a .build file in vc7 dir.
I have stated that basedir is "."
I have a <solution> task in which I point the .sln file in the vc7 dir.
I get an error from the cl.exe compiler stating that it can't find the
file platform.h in the dir "engine\platform"
[and it is there and it has permissions for read and write].

I have Visual Studio .NET 2003 and Framework .NET 1.1 instaled.
The ideia was to have Cruise Control .NET calling the NAnt file
whenever a build was necessary.

Can you please help me?
How should I state the XML nodes in order for the paths to work?

Thanks in advance,
Hugo



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to