I am a NANT newbie. I would like to use NAnt to automate my build processes
but have come unstuck.
I have several projects under a /src directory. There is some
inter-dependencies between some projects.
I want to have to have two build scripts as ff:
1). one main build file (say /src/main.build
I am rapidly getting to the end of my tether here. There hardly seems to be
anyone who knows how to use NAnt to build (unmanaged) C++ in Visual Studio 7
(i.e. MSDEV 2003).
The information I have found so far is sketchy at best. I know NAnt can be a
great tool - but is anyone out there actually us