Hi all, I am trying to build FOP from the sources and I run into problems when using Java 7. FOP uses Batik for several graphic formats. Batik however uses obsolete sun graphic classes. These classes are not available anymore in Java 7 and result in build failures. For example:
batik\sources\org\apache\batik\ext\awt\image\codec\jpeg\JPEGImageWriter.java:30: error: package com.sun.image.codec.jpeg does not exist Are there plans for a release to get Fop (including Batik) Java 7 compliant or to have a release not dependent on Batik. Regards, Michiel Bronswijk.
