I'm using CruiseControl (http://cruisecontrol.sourceforge.net/) to run my build server. I'm also using cppunit in all of my projects. CruiseControl natively supports the XML output of junit. Anyone have any advice on getting the cppunit results to display in CruiseControl? I've managed to get cppunit to output XML, get the XML merged into the build log file, and I've been recently been playing around with XSLT to try and convert cppunit XML to junit XML in the log. No luck yet. All pointers are welcome!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The XSLT in CVS looks similar to the one I found on another site. Still, I've had no luck getting it to work. Anyone have any ideas how to get the XSLT to run inside CruiseControl?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using CruiseControl (http://cruisecontrol.sourceforge.net/) to run my build server. I'm also using cppunit in all of my projects. CruiseControl natively supports the XML output of junit. Anyone have any advice on getting the cppunit results to display in CruiseControl? I've managed to get cppunit to output XML, get the XML merged into the build log file, and I've been recently been playing around with XSLT to try and convert cppunit XML to junit XML in the log. No luck yet. All pointers are welcome!
An XSLT has recently been contributed to cppunit. You can find it in the CVS contrib dir.
Baptiste.
The XSLT in CVS looks similar to the one I found on another site. Still, I've had no luck getting it to work. Anyone have any ideas how to get the XSLT to run inside CruiseControl?