You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tibor Digana (JIRA)" <ji...@apache.org> on 2016/12/26 15:14:58 UTC

[jira] [Created] (SUREFIRE-1323) Java 1.6 for improved XML parser needed in SUREFIRE-1322

Tibor Digana created SUREFIRE-1323:
--------------------------------------

             Summary: Java 1.6 for improved XML parser needed in SUREFIRE-1322
                 Key: SUREFIRE-1323
                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1323
             Project: Maven Surefire
          Issue Type: Bug
          Components: Maven Failsafe Plugin, Maven Surefire Plugin, Maven Surefire Report Plugin
            Reporter: Tibor Digana
            Assignee: Tibor Digana


The Failsafe plugins used parser which threw exception in verification goal.
This exception was expected to have a message from a stacktrace stored in failsafe-summary.xml. It was impossible to separate exception message from stack trace line because DOM parser did not split the test having new lines and therefore it looked like one big text.
Therefore we use JAXB introduced in Java 1.6.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)