Properties in surefire reports are no longer escaped
----------------------------------------------------

                 Key: MNG-2924
                 URL: http://jira.codehaus.org/browse/MNG-2924
             Project: Maven 2
          Issue Type: Bug
          Components: Plugins and Lifecycle
    Affects Versions: 2.0.6
         Environment: Mac OS X, JVM 1.5
            Reporter: Jacob Bay Hansen


In version 2.0.4 the properties section of the surefire reports would look like 
this:

    <property value="&quot;Apple Computer, Inc.&quot;" name="java.vm.vendor"/>

in version 2.0.6 it look like this:

    <property value=""Apple Computer, Inc"" name="java.vm.vendor"/>

So later reporters report XML parse errors

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to