Anyone have an XSL to convert Boost.Test XML logs to a presentable format?

Posted by Stuart Lange on Stack Overflow See other posts from Stack Overflow or by Stuart Lange
Published on 2010-06-03T19:29:55Z Indexed on 2010/06/03 19:34 UTC
Read the original article Hit count: 373

I have some C++ projects running through cruisecontrol.net. As a part of the build process, we compile and run Boost.Test unit test suites. I have these configured to dump XML log files. While the format is similar to JUnit/NUnit, it's not quite the same (and lacks some information), so cruisecontrol.net is unable to pick them up. I am wondering if anyone has created (or knows of) an existing XSL transform that will convert Boost.Test results to JUnit/NUnit format, or alternatively, directly to a presentable (html) format.

Thanks!

© Stack Overflow or respective owner

Related posts about xslt

Related posts about continuous-integration