All system properties from Maven process are copied to forked Surefire process
------------------------------------------------------------------------------

                 Key: SUREFIRE-491
                 URL: http://jira.codehaus.org/browse/SUREFIRE-491
             Project: Maven Surefire
          Issue Type: Bug
          Components: process forking
    Affects Versions: 2.5
            Reporter: Dan Fabulich


Run a Surefire test with a different JVM using the -Djvm argument.  For 
example, run the test with JDK 1.4 while running Maven with a 1.5 or 1.6 JVM.

Examine the XML file in target/surefire-reports corresponding to your test.  
The java.* properties will match the parent process, not the forked process.  
For example, <property name="java.version" value="1.6.0_02"/>.

-- 
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