Re: FOP and Java 7 results in build problems

2011-12-21 Thread Chris Bowditch
On 21/12/2011 10:57, Michiel Bronswijk wrote: Luis Bernardo gmail.com> writes: Hi Michiel, The build problems are with FOP or Batik? The build problem itself occurs in Batik (the part in Batik that handles JPEG and TIFF files using obsolete Sun classes, that are no longer included in Orac

Re: FOP and Java 7 results in build problems

2011-12-21 Thread Michiel Bronswijk
Luis Bernardo gmail.com> writes: > > The build problems are with FOP or Batik? The build problem itself occurs in Batik (the part in Batik that handles JPEG and TIFF files using obsolete Sun classes, that are no longer included in Oracle's delivery of Java 7). (So my question is also relevant

Re: FOP and Java 7 results in build problems

2011-12-21 Thread Luis Bernardo
The build problems are with FOP or Batik? I built FOP with Java 7 and ran one of the SVG example with the result and had no problems. lbernardo@devbox:~/workspace/apachefop$ javap -verbose -classpath build/fop.jar org.apache.fop.cli.Main | head Compiled from "Main.java" public final class org.apa

FOP and Java 7 results in build problems

2011-12-20 Thread Michiel Bronswijk
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\o