Hi,
I just did a cvs update and got the following errors (with jdk1.2.2):
[javac]
D:\tmp\oss\xml-fop\build\src\org\apache\fop\image\FopImageFactory.java:52:
Method getPath() not found in class java.net.URL.
[javac] absoluteURL = new
URL(Configuration.getStringValue("baseDir") + absoluteURL.getPath());
[javac]
^
[javac]
D:\tmp\oss\xml-fop\build\src\org\apache\fop\image\FopImageFactory.java:53:
Exception java.net.MalformedURLException is never thrown in the body of the
corresponding try statement.
[javac] } catch (MalformedURLException e_context) {
[javac] ^
[javac] 2 errors
The problem is that URL.getPath() is jdk1.3+ only.
No problem for me but I think we still have jdk.1.1 as target.
(Maybe we can think about jdk1.2 as target, even Art talks about switching ;-)
Christian
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]