Build solution using NAnt [modified]
-
I need to compile the solution written in windows application using C#. My build file is as follows: Output file doesn't exist in ${expected.output} when i execute 'nant' command in command prompt, i get the following error: BUILD FAILED Microsoft Visual Studio.NET 2005 solutions are not supported. Total time: 0 seconds. Could anyone please help me out here or tell me the correct way to write the script... Thanks... Deepa -- modified at 5:15 Wednesday 18th July, 2007
-
I need to compile the solution written in windows application using C#. My build file is as follows: Output file doesn't exist in ${expected.output} when i execute 'nant' command in command prompt, i get the following error: BUILD FAILED Microsoft Visual Studio.NET 2005 solutions are not supported. Total time: 0 seconds. Could anyone please help me out here or tell me the correct way to write the script... Thanks... Deepa -- modified at 5:15 Wednesday 18th July, 2007
This really isn't the right forum (or even the right site) to be posting an NAnt question. That being said, the last time I used NAnt (about 6 months ago), the
solution
task did not support Visual Studio 2005 formatted solution or project files. The work around for this is to use theexec
task and rundevenv.exe
ormsbuild
with the appropriate command line. I believe there was an actualmsbuild
task that is part of the NAnt Contrib project, but I'm not 100% sure.----------------------------- In just two days, tomorrow will be yesterday. http://geekswithblogs.net/sdorman