gary wrote:
> ...
> 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

Umm, IWFM! Could our build file be improved and still do what's wanted?
Maybe, but read on.
We have a dedicated Windows build machine shared by several developers.
After any checkin, that developer is responsible that the build isn't
broken, which is demonstrated by running Unit Tests (kicked off by manually
running a batch file). The successful build (or otherwise) is easy to check
by using good old Mark One Eyeball from across the office. No emails, no log
browsing.

Okay, maybe it's not the best way and won't work for everyone, but it's the
way that we've developed our build process. It was an uphill struggle
getting Unit Tests accepted as part of the development process, and I'm
still unsuccessful in trying to get multiple checkouts allowed. Some people
here are rather blinkered, so anything too drastic or different from a
manual, time and labour intensive process is doomed to failure.

Despairingly

Bryan White
"Brewmanz"




-------------------------------------------------------
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