|
||||||||||||||
|
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/groups/opt_out.

The plugin (v.1.54) fails and returns:
[xUnit] [ERROR] - The plugin hasn't been performed correctly: hudson.util.IOException2: Failed to read C:\XXX\workspace\generatedJUnitFiles\JUnit\TEST-507924303.xml
When it's trying to parse unrecognized xml format or the xml file is incomplete (which might happen in our case sometimes).
E.g. one of the xml files that caused the problem was:
<?xml version="1.0" encoding="UTF-8"?>
<section name="Board Info" fontcolor="#000000">
<field name="Board type" value="EMB1" />
<field name="Bitstream ver" value="000091" />
</section>
It would be great if it wouldn't assert on broken xml files and generated some nice output showing this misbehavior.