CLONE --Xbootclasspath specified in <argLine> not passed to forked JVM
----------------------------------------------------------------------

                 Key: SUREFIRE-552
                 URL: http://jira.codehaus.org/browse/SUREFIRE-552
             Project: Maven Surefire
          Issue Type: Bug
          Components: process forking
    Affects Versions: 2.4, 2.4.1, 2.4.2
            Reporter: Oumar Aziz OUATTARA


The 2.4.x versions of maven-surefire-plugin do not propagate the bootclasspath 
to the forked JVM that executes the tests.

I have attached a sample project that demonstrates this problem.  The sample 
application has a test case that verifies that the -Xbootclasspath parameter 
given in the <argLine> of the POM is properly passed to the JVM running the 
tests, but the test fails when using 2.4.x versions.

If you modify the POM to use 2.3 version instead of 2.4.2, the tests pass.


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