I'll fix this, teach me for reading the latest api.
I think we probably should think of moving to 1.2 considering the growing
dependancies but not require 1.3.
On Mon, 25 Jun 2001 10:47:12 Christian Geisert wrote:
> 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]