Searching online, I've found no two identical XSLs and no definitive reference how to get the results of boost.test to work with xUnit/Jenkins - some versions seem to want stdout, others stdout+stderr, and every version I've tried has either failed to process my input XML, or produced output XML that still isn't read.
Right now I'm manually transforming XML to check which XSL works, before trying to install it as described here ( https://wiki.jenkins-ci.org/display/JENKINS/xUnit+Plugin). Even an XSL from the Jenkins issue tracker ( https://issues.jenkins-ci.org/browse/JENKINS-7039) doesn't work, I'm wondering if it's because something has changed since 2010 or if I should be running my unit-tests with specific parameters which are not documented. I have xUnit 1.58 installed (clean Windows Jenkins install today), and I'm using boost 1.47 (against visual c++ 2005). I am running my test-cases like so: C:\CTS\unit_tests>test123.exe --report_level=detailed --report_format=xml 2> test123.xml An example output xml looks like this: http://pastebin.com/cQQP2Hxp I'm new to Jenkins (and not well acquainted with boost.test or XSLT!) so if I missed something, please ask for more information. Otherwise I hope someone can help me out. Any help much appreciated, John. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.