Thanks Pascal, However, at the moment, that is not an option because of a lot of dependecies and lack of time.
I d/l the fop trunk with svn and started to build it. However, it wants to use JDK1.4 GraphicsConfiguration, whereas we use JDK1.3. How can I force the ant build to select JDK1.3 GraphicsConfiguration ?? I tried setting jdk14.present=false in build-local.properties but that didn't work... TIA /Rob > -----Original Message----- > From: Pascal Sancho [mailto:[EMAIL PROTECTED] > Sent: Monday, July 25, 2005 9:07 AM > To: [email protected] > Subject: RE: Problem with SVG in FOP rendering > > > Hi, > I encountered this behaviour when I used a JDK 1.3 plus tomcat 4.1 > > Since I have upgraded my platform to JDK 5 and tomcat 5.5, this error > did not occur. > > Upgrading JDK gives another advantage: rendering speed (approx X2) ;) > > > Pascal SANCHO > > > -----Message d'origine----- > > De : Bielik, Robert [mailto:[EMAIL PROTECTED] > > > > JDK 1.3.1/FOP 0.20.5 > > > > I have an application where I transform an XML into a XSL-FO > > for rendering with the FOP AWT renderer. A standalone app > > doing this works perfectly. However, when I want to embed my > > app into my main application, it doesn't work. > > > > As soon as I exclude the embedded SVG parts, it works again. > > > > I suspect it is a version problem with different XML parsers, > > since my main app uses xerces too (but not the same version > > as FOP 0.20.5 uses). > > > > One of the errors I've gotten is: > > "java.lang.NoSuchMethodError: > > org.apache.batik.dom.AbstractAttr: method isReadonly()Z not found" > > > > Other variants are NullPointerExceptions. > > > > Everything seems to relate to Batik/XML but I can't get it to work. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
