AW: Regression tests was: Re: Output from NIST test suite

2003-12-26 Thread Peter Kullmann
J. Pietschmann wrote: > > John Austin wrote: > > RedHat 9.0 (my system anyhow) includes a command 'pdftopbm' > that will > > convert a PDF to multiple PBM (protable Bit Map) files that might be > > comparable. > ... > >It would certainly help detect pixel-sized changes. > > That might help regr

Questions about the AreaTree, Traits and Renderers

2002-08-02 Thread Peter Kullmann
I'd like to ask some questions that came up when I was trying to understand the redesigned code. 1. Some traits have been implemented (eg font-size) and others have not. For example the traits is-reference-area and is-viewport-area: Will they be implemented eventually or is it the idea that these

Re: Getting the tests to run

2002-07-29 Thread Peter Kullmann
If you are using the MAIN branch there's one thing that could help: in org.apache.fop.tools.TestConverter.java the following line 232 is missing in the cvs revision 1.18 (i.e. the driver isn't initialized): 226 XMLReader parser = inputHandler.getParser(); 227 se

AW: javadocs

2002-07-29 Thread Peter Kullmann
... > 4. Right now, build.xml is excluding html files during its copy from "src" to "build/src", so the package.html files are being omitted. To correct this, we need to either a) not exclude the html files in the copy, or b) use "src" as the root of the javadoc build instead of "build/src". My te

Implementation of margin shorthand

2002-06-23 Thread Peter Kullmann
Hi, I'm new to FOP development and tried to implement the margin shorthand to get started (working in the fop-0_20_2-maintain branch). - foproperties.xml is changed to reflect that margin-top etc can be set by the margin shorthand and the margin property is changed from ToBeImplemented to List u