Issue Type: Bug Bug
Assignee: Unassigned
Created: 19/Nov/12 10:30 AM
Description:

If a story file contains <narrative> tag, then the generated xml report will look like the following:

<narrative keyword="Narrative:">
  <inOrderTo keyword="In order to">do something</inOrderTo>
  <asA keyword="As a">user</asA>
  <iWantTo keyword="I want to">be able to do something else</iWantTo>
</narrative>
<story path="story1.story" title="It should do something">
...
</story>

Jenkins plugin cannot parse files like this, log

INFO: [xUnit] - Converting '/path/to/jenkins/job/workspace/target/jbehave/story1.xml' .
[Fatal Error] :6:2: The markup in the document following the root element must be well-formed.
com.thalesgroup.hudson.plugins.xunit.exception.XUnitException: Conversion error Error to convert - A file not found

Line 6 points to the starting <story> tag, which comes after the closing </narrative> tag.

Project: JBehave
Priority: Major Major
Reporter: Zihao Yu
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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to