You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (JIRA)" <ji...@codehaus.org> on 2008/03/10 23:37:28 UTC

[jira] Closed: (SUREFIRE-467) NoSuchMethodError UrlUtils.getURL when using JDK3 for testing

     [ http://jira.codehaus.org/browse/SUREFIRE-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy closed SUREFIRE-467.
----------------------------------

         Assignee: Herve Boutemy
       Resolution: Fixed
    Fix Version/s: 2.5

fixed in r635738

> NoSuchMethodError UrlUtils.getURL when using JDK3 for testing
> -------------------------------------------------------------
>
>                 Key: SUREFIRE-467
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-467
>             Project: Maven Surefire
>          Issue Type: Bug
>    Affects Versions: 2.4.2
>         Environment: Maven 2.0.8
> JDK 1.5.0_11
> JDK 1.3.1_20
>            Reporter: Antoine VĂ©ret
>            Assignee: Herve Boutemy
>             Fix For: 2.5
>
>         Attachments: debug.log
>
>
> java.lang.NoSuchMethodError
>         at org.apache.maven.surefire.util.UrlUtils.getURL(UrlUtils.java:39)
>         at org.apache.maven.surefire.booter.SurefireBooter.createClassLoader(SurefireBooter.java:730)
> Only appears when using JDK3, not JDK4 with the following configuration
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-surefire-plugin</artifactId>
>         <configuration>
>           <jvm>${JDK3_HOME}/bin/java</jvm>
>         </configuration>
>       </plugin>
> See the debug log

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