You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jacob Bay Hansen (JIRA)" <ji...@codehaus.org> on 2007/04/03 16:13:20 UTC

[jira] Created: (MNG-2924) Properties in surefire reports are no longer escaped

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

        

[jira] Commented: (SUREFIRE-317) Properties in surefire reports are no longer escaped

Posted by "Jacob Bay Hansen (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SUREFIRE-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92049 ] 

Jacob Bay Hansen commented on SUREFIRE-317:
-------------------------------------------

The current one; my plugin declare looks like this:

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-report-plugin</artifactId>
      </plugin>



> Properties in surefire reports are no longer escaped
> ----------------------------------------------------
>
>                 Key: SUREFIRE-317
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-317
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: xml generation
>         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

        

[jira] Updated: (SUREFIRE-317) Properties in surefire reports are no longer escaped

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SUREFIRE-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated SUREFIRE-317:
----------------------------------

    Fix Version/s: 2.3.1

plexus-utils related

> Properties in surefire reports are no longer escaped
> ----------------------------------------------------
>
>                 Key: SUREFIRE-317
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-317
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: xml generation
>    Affects Versions: 2.3
>         Environment: Mac OS X, JVM 1.5
>            Reporter: Jacob Bay Hansen
>             Fix For: 2.3.1
>
>
> 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

        

[jira] Updated: (SUREFIRE-317) Properties in surefire reports are no longer escaped

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SUREFIRE-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Sanchez updated SUREFIRE-317:
------------------------------------

    Affects Version/s: 2.3

> Properties in surefire reports are no longer escaped
> ----------------------------------------------------
>
>                 Key: SUREFIRE-317
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-317
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: xml generation
>    Affects Versions: 2.3
>         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

        

[jira] Commented: (SUREFIRE-317) Properties in surefire reports are no longer escaped

Posted by "Jacob Bay Hansen (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SUREFIRE-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92058 ] 

Jacob Bay Hansen commented on SUREFIRE-317:
-------------------------------------------

When set to version 2.3, it works in Maven 2.0.4 and fails in Maven 2.0.6


> Properties in surefire reports are no longer escaped
> ----------------------------------------------------
>
>                 Key: SUREFIRE-317
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-317
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: xml generation
>         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

        

[jira] Moved: (SUREFIRE-317) Properties in surefire reports are no longer escaped

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SUREFIRE-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Sanchez moved MNG-2924 to SUREFIRE-317:
----------------------------------------------

    Affects Version/s:     (was: 2.0.6)
          Component/s:     (was: Plugins and Lifecycle)
                       xml generation
                  Key: SUREFIRE-317  (was: MNG-2924)
              Project: Maven Surefire  (was: Maven 2)

> Properties in surefire reports are no longer escaped
> ----------------------------------------------------
>
>                 Key: SUREFIRE-317
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-317
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: xml generation
>         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

        

[jira] Closed: (SUREFIRE-317) Properties in surefire reports are no longer escaped

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SUREFIRE-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter closed SUREFIRE-317.
---------------------------------

      Assignee: Brett Porter
    Resolution: Cannot Reproduce

> Properties in surefire reports are no longer escaped
> ----------------------------------------------------
>
>                 Key: SUREFIRE-317
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-317
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: xml generation
>    Affects Versions: 2.3
>         Environment: Mac OS X, JVM 1.5
>            Reporter: Jacob Bay Hansen
>            Assignee: Brett Porter
>             Fix For: 2.3.1
>
>
> 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

        

[jira] Commented: (MNG-2924) Properties in surefire reports are no longer escaped

Posted by "Jacob Bay Hansen (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_91897 ] 

Jacob Bay Hansen commented on MNG-2924:
---------------------------------------

Hmm, looks like my escaped version and unescaped version looks the same in JIRA; it should read:

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

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


> 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

        

[jira] Commented: (SUREFIRE-317) Properties in surefire reports are no longer escaped

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SUREFIRE-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92739 ] 

Brett Porter commented on SUREFIRE-317:
---------------------------------------

was likely on a snapshot of 2.0.6 that didn't swizzle plexus-utils. Upgrading to p-u 1.4 seems like it's going to be bad for surefire's health, so sticking to 1.1 for now.

> Properties in surefire reports are no longer escaped
> ----------------------------------------------------
>
>                 Key: SUREFIRE-317
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-317
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: xml generation
>    Affects Versions: 2.3
>         Environment: Mac OS X, JVM 1.5
>            Reporter: Jacob Bay Hansen
>            Assignee: Brett Porter
>             Fix For: 2.3.1
>
>
> 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

        

[jira] Commented: (SUREFIRE-317) Properties in surefire reports are no longer escaped

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SUREFIRE-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_91902 ] 

Carlos Sanchez commented on SUREFIRE-317:
-----------------------------------------

what version of the surefire plugin are you using?

> Properties in surefire reports are no longer escaped
> ----------------------------------------------------
>
>                 Key: SUREFIRE-317
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-317
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: xml generation
>         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

        

[jira] Commented: (SUREFIRE-317) Properties in surefire reports are no longer escaped

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SUREFIRE-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92057 ] 

Carlos Sanchez commented on SUREFIRE-317:
-----------------------------------------

that can be any version, set version to 2.3 and try

> Properties in surefire reports are no longer escaped
> ----------------------------------------------------
>
>                 Key: SUREFIRE-317
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-317
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: xml generation
>         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