[Nant-users] solution task and visual c++ project

2004-10-07 Thread Shirome Mahendranathan
Oops forget to add subject line, sending it again.   Hello I am new to Nant and using the latest build nightly build (0.85). I am trying to build a simple visual C++ application using solution task. It compiles fine with out any problem, but it is not creating the executables.   But if I us

[Nant-users] (no subject)

2004-10-07 Thread Shirome Mahendranathan
Hello I am new to Nant and using the latest build nightly build (0.85). I am trying to build a simple visual C++ application using solution task. It compiles fine with out any problem, but it is not creating the executables.   But if I use IDE or calling through a command line argument such

[Nant-users] The solution task fails

2004-09-22 Thread Shirome Mahendranathan
Hi I am creating a very basic build file to compile a very simple MFC application (C++ application). I can compile this code using Visual studio .net with out any problem. I am using the "Nant" build (nant-0.8.3.zip) What I am missing here? Do I need to set any other environment variables? P