I sense a large amount of NIH syndrome... why not use NAnt / MSBuild? Anyway, if you invoke your tool with the 'exec' task in CruiseControl.Net, simply have it return an exit code different than 0 on test failure. And configure file merge publisher to include the xml test results in the build log to have webdashboard show the pretty numbers.
On Fri, Jun 12, 2009 at 5:13 PM, Murthy<[email protected]> wrote: > > Hi All, > > > I am working on integration of nuint with CCNET according my project > requirements. > > I created our own tool for svn checkout and compilation of build. My > tool generates dynamic number of assemblies for unit testing so i > cannot specify fixed assembly names for nunit task in ccnet.config > file which is a default functionality. > > So i created another tool named RunNunit.exe for nunit test cases > execution [which takes care of collecting dynamic assemblies and runs > over nunit-console.exe] and generates xml output. > > But how to set the build status in webdash board according to my tool > execution. > I want to know how ccnet will set build status according nuint > execution result? > [like if all test cases succeeded build status is success. if > testcases fail build status is failure] > > which area in ccnet source code it is verifying? > > If anyone have any thoughts, Please share with me. > > > Thanks in advance. > > > Warm Regards, > Murthy
