Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.2
-
None
-
None
-
Maven 2.0.8
JDK 1.5.0_11
JDK 1.3.1_20
Description
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
Attachments
Attachments
Issue Links
- is related to
-
SUREFIRE-313 build fails with ClassNotFoundException, BUT the class IS there!
- Closed