« Return to Thread: Ruby and CruiseControl

Re: Ruby and CruiseControl

by Johan Nilsson-4 :: Rate this Message:

Reply to Author | View in Thread

Edward Summers wrote:
> So I saw some talk way back when about a RakeBuilder for
> CruiseControl...but I don't see any established way of integrating CC
> with Ruby.  I can schedule an <exec> just fine, and can see when
> builds fail using the return code...but I'd like to be able to see
> which tests failed etc...
>
> Has anyone cooked up something for CC that groks test/unit output? If
> not does anyone have an opinion about how fruitful/easy it would be
> to create one?

I guess you could implement your own xml output testrunner, and merge the
output to the log. I think there's already an xml testrunner but I'd guess
the format's not junit compatible (is the junit format actually documented
somewhere?).

We're in the middle of testing/implementing a transforming log merger
plug-in, accepting an XSLT file as argument, for similar reasons to yours.
Can't release the source though.

Good luck!

// Johan



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Cruisecontrol-user mailing list
Cruisecontrol-user@...
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user

 « Return to Thread: Ruby and CruiseControl