Hi, Just double check your XGC JAR is the same as the version in trunk, a commit to the TIFF image system was committed and had a new XGC committed too, trunk on my computer compiles without issues.
Thanks Mehdi On 18 September 2012 00:04, Bonekrusher <[email protected]> wrote: > Hi, I updated to the latest trunk but it will not compile. Did the any for > the reference libraries get updated? > > /trunk/src/java/org/apache/fop/render/bitmap/TIFFDocumentHandler.java:22: > cannot find symbol > symbol : class ResolutionUnit > location: package org.apache.xmlgraphics.image.writer > import org.apache.xmlgraphics.image.writer.ResolutionUnit; > /trunk/src/java/org/apache/fop/render/bitmap/TIFFDocumentHandler.java:37: > cannot find symbol > symbol : variable ResolutionUnit > location: class org.apache.fop.render.bitmap.TIFFDocumentHandler > > > getSettings().getWriterParams().setResolutionUnit(ResolutionUnit.CENTIMETER); > > /trunk/src/java/org/apache/fop/render/bitmap/TIFFRendererConfigurator.java:92: > cannot find symbol > symbol : method setSingleStrip(boolean) > location: class org.apache.xmlgraphics.image.writer.ImageWriterParams > > settings.getWriterParams().setSingleStrip(isSingleStrip(config)); > Note: Some input files use unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > 3 errors > > > > -- > View this message in context: > http://apache-fop.1065347.n5.nabble.com/Getting-update-from-trunk-tp36863.html > Sent from the FOP - Dev mailing list archive at Nabble.com. >
