Search code examples
hudsonxunitcunit

Configuring xUnit for CUnit in Hudson CI


I want to use Hudson CI for my c-project, which also uses CUnit. However I've also come to understand that there is currently no plugin that supports CUnit. So I read on the internets that this might be possible using the xUnit plugin by translating between CUnit and JUnit, but using the supplied file yields an error.

[xUnit] [ERROR] - The plugin hasn't been performed correctly: Conversion error Error to convert the input XML document

So my question is; has anyone successfully run CUnit tests in hudson. And, in that case, how?


Solution

  • As it turns out, there were some syntax errors in the xslt-file provided in the link. After correcting this and some identifiers it worked out well.