DO NOT REPLY [Bug 50276] NPE when using padding-left on fo:inline element and hyphenation is activated

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50276 Simon Pepping spepp...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 50276] NPE when using padding-left on fo:inline element and hyphenation is activated

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50276 --- Comment #3 from Simon Pepping spepp...@apache.org 2010-12-09 07:01:32 EST --- (In reply to comment #0) Apparently the KnuthElement's position is null (oldElement.getPosition()). I attached a patch which adds an additional check in

FOP build

2010-12-09 Thread Eric Douglas
Is there a way to simplify FOP? I have the 1.0 source. I can run the ant build and it creates a new jar. Now I tried excluding a font class I don't need, and it failed the build on a junit test. I tried commenting that test out and it failed a different test. I excluded a few tests and it

Re: FOP build

2010-12-09 Thread Pascal Sancho
Hi, Junit tests are for pre-commit purpose. You can easily avoid them by running the right ant option: ant package. see [1] for further info on running ant with fop. [1] http://xmlgraphics.apache.org/fop/1.0/compiling.html#env-ant Le 09/12/2010 14:08, Eric Douglas a écrit : Is there a way to

DO NOT REPLY [Bug 35500] Missing .close() call on stream opened for JPEG images

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=35500 --- Comment #2 from Andreas Gilmut andreasgil...@gmx.de 2010-12-09 11:23:19 EST --- The affected class is org.apache.fop.image.JpegImage. It is part of fop itself in version 0.20.5. In the method loadImage() the close call of inStream is

RE: FOP build

2010-12-09 Thread Eric Douglas
I tried commenting out the base 14 collection statement here and it created fop.jar but I've set it up differently than on my hone PC. Here my ant build starts out telling me this. [echo] --- Apache FOP 1.0 [1999-2010] [echo] See build.properties and