Bryan White wrote:

...

   <target name="runUnitTests">
       <exec program="${build.dir}MarsSolution\Libs\nunit-gui.exe"

commandline="${build.dir}MarsSolution\UnitTests\bin\release\UnitTests.dll
/run" />
   </target>
Why are you running the NUnit GUI from within NAnt? Does this even work if you're building via a scheduled task, CruiseControl.Net, or other batch mechanism with no display?

For running from NAnt, I'd use the NUnit console, or better yet, the NUnit2 task, as indicated in my previous note.

Gary



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
NAnt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to