You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/01/09 21:23:39 UTC

[jira] [Commented] (SUREFIRE-1216) TEST-*.xml files generated by Surefire are invalid

    [ https://issues.apache.org/jira/browse/SUREFIRE-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15090766#comment-15090766 ] 

ASF GitHub Bot commented on SUREFIRE-1216:
------------------------------------------

GitHub user mfriedenhagen opened a pull request:

    https://github.com/apache/maven-surefire/pull/110

    SUREFIRE-1216: TEST-*.xml files generated by Surefire are invalid.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mfriedenhagen/maven-surefire SUREFIRE-1216

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-surefire/pull/110.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #110
    
----
commit 104ff2b71bd587fc08edbcc5e91fa1b20b1efccb
Author: Mirko Friedenhagen <mf...@apache.org>
Date:   2016-01-09T20:21:43Z

    SUREFIRE-1216: TEST-*.xml files generated by Surefire are invalid.

----


> TEST-*.xml files generated by Surefire are invalid
> --------------------------------------------------
>
>                 Key: SUREFIRE-1216
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1216
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Surefire Plugin
>    Affects Versions: 2.19.1
>            Reporter: Mirko Friedenhagen
>            Assignee: Tibor Digana
>             Fix For: 2.19.2
>
>
> See SUREFIRE-964 as well. The XML produced is invalid because {{schemaLocation}} *must* include two URIs, as outlined in [xmlschema-1|http://www.w3.org/TR/xmlschema-1/#schema-loc].
> Because of this, the Xerces parser fails in the Jenkins XUnit plugin and e.g. IntelliJ is not able to parse the file correctly.
> Suggested solution is to replace {{xsi:schemaLocation}} by {{xsi:noNamespaceSchemaLocation}}, which fixes this for the Unit plugin as well the file is parseable by IntelliJ.



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