Andreas Siepert wrote: > Hi Samuel, > > this is the typical output for not having configured log4j. > To configure it you can for example place a log4j.properties file into > your classpath (something like ../classes/log4j.properties) but there > are some options.
Okay, adding a properties file to the current directory showed the error. Presumably previous versions (either by default, or installed as part of the Gentoo package) defined a properties file (or didn't use log4j). It appears that the real error was: javax.xml.transform.TransformerException: file:///tmp/character.fo:2:351: Error(2/351): For fo:simple-page-master, fo:region-body must be declared before fo:region-before. Changing my XSLT has fixed the problem. Presumably this requirement has changed in the rewrite between .2 and .9, since it never complained about it before. I've also noted some other differences in the new rendering engine - time to revisit my XSLT I think! Thanks for the help, Sam. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
