[PATCH] Forking to java 1.3 not working when using relative paths in modules.
-----------------------------------------------------------------------------

                 Key: SUREFIRE-290
                 URL: http://jira.codehaus.org/browse/SUREFIRE-290
             Project: Maven Surefire
          Issue Type: Bug
         Environment: WinXp + Java 1.3
            Reporter: Mark Holster
         Attachments: no-relative-classpath-urls.patch

For a java 1.3 multi-module project we use a construction like
{code:xml}
<modules>
  <module>..\mymodule1</module>
  <module>..\..\mymodule2</module>
</modules>
{code}

The testcases work fine if maven is started in the modules, but when running 
from the aggegator pom a ClassNotFoundException on any testcase will occur.
The attached patch add canonnical paths to the classpath if a given path is 
absolute.

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