|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

In this enhancement proposal, I did not intend to make this plugin depend on Perl.
I suggest that:
(1) Look at the perl code. The cunit-to-junit.pl test is pretty small and simple.
The perl code uses a perl module which reads XML DOM. It reads the cunit XML,
and then writes out a new junit XML file.
(2) Port the logic to Java, and incorporate it in the xUnit plugin.
That would be the best approach. I don't have experience with writing XML parsing code
in Java inside a Jenkins plugin. Someone more familiar with this could probably
code something up in a few hours.