nunit via nant.....not working.
After a bit too much of procastination , I started off installing CruiseControl.NET along with its goodies(nant, nunit, fxcop and ndoc) on my system. Promising myself that I would go very methodically , I started off working with nant, and it was great....then came nunit....great too.... The sky started falling when I tried to run my unit tests using nunit via nant.
Seems.....(grrrrrrrrrrrrr)....nant 0.84 does not have support for nunit 2.2. This has been fixed in the next version....but still....what the heck.....is there any other way this problem can be fixed?
Googling around tells me that I can run the unit tests from CruiseControl itself....but it is highly deprecated.
I am trying really hard to get the folks in my company to use these open source tools and get into the style of having continuous integration habits....but with this....I am kinda stuck.