J.Pietschmann schrieb:
> Oleg Tkachenko wrote:
>
>> Well, encoding-related code looks fine for me, but I cannot build fop
>> in cvs due to Hashtable/HashMap changes:
>
> Oops, didn't clean the build directory before the test build.
> It should be fixed now.
It isn't (build.sh clean compile)
[javac]
/home/chrisg/oss/fop-maint/xml-fop/build/src/org/apache/fop/tools/TestConverter.java:243:
Incompatible type for method. Can't convert java.util.Hashtable to
java.util.HashMap.
[javac] driver.getRenderer().setOptions(rendererOptions);
[javac] ^
[javac]
/home/chrisg/oss/fop-maint/xml-fop/build/src/org/apache/fop/tools/anttasks/Fop.java:354:
Incompatible type for method. Can't convert java.util.Hashtable to
java.util.HashMap.
[javac] driver.getRenderer().setOptions(rendererOptions);
[javac] ^
[javac] 2 errors
BUILD FAILED
Christian
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]