URL.toURI not implemented in JBossRetro
---------------------------------------
Key: JBBUILD-325
URL:
http://jira.jboss.com/jira/browse/JBBUILD-325
Project: JBoss Build System
Issue Type: Bug
Components: JBossRetro
Affects Versions: JBossRetro-1.0.3.GA
Reporter: Scott M Stark
Assigned To: Scott M Stark
Fix For: JBossRetro-1.0.4.GA
The vfs tests are failing under jdk1.4 due to the java.net.URL.toURI() method not being
mapped:
<error message="java.net.URL.toURI()Ljava/net/URI;"
type="java.lang.NoSuchMethodError">
java.lang.NoSuchMethodError: java.net.URL.toURI()Ljava/net/URI;
at
org.jboss.virtual.plugins.context.file.FileSystemContext.<init>(FileSystemContext.java:113)
at
org.jboss.test.virtual.test.FileVFSContextUnitTestCase.getVFSContext(FileVFSContextUnitTestCase.java:53)
at
org.jboss.test.virtual.test.AbstractVFSContextTest.testVisitNullVisitor(AbstractVFSContextTest.java:235)
</error>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira