Hi,
Jukka Zitting schrieb:
Hi,
On Mon, Feb 8, 2010 at 7:54 PM, Andreas Lehmkuehler <[email protected]> wrote:
I'm working on PDFBOX-542. It's divided in 2 parts (fontbox and pdfbox).
I've already committed the fontbox part, the pdfbox part is ready by not
committed. The question is how should I proceed?
1) checkin the pdfbox part, as the pdfbox hudson build doesn't build fontbox
from svn, it will be broken until the next release
This is probably the best approach.
Done.
In fact I just created a Hudson
build for the latest FontBox trunk (see [1]), and made it deploy the
resulting snapshot binaries to [2].
Great, I've already thought about something like that.
PS. The Hudson build revealed a Java 6 dependency in FontBox:
[INFO] Compilation failure
.../src/main/java/org/apache/fontbox/cff/CharStringRenderer.java:[122,12]
moveTo(float,float) in java.awt.geom.GeneralPath cannot be applied to
(double,double)
.../src/main/java/org/apache/fontbox/cff/CharStringRenderer.java:[129,12]
lineTo(float,float) in java.awt.geom.GeneralPath cannot be applied to
(double,double)
GRMPF, I'll have a look at it tomorrow.
For now I made the Hudson build use Java 6 to get around this issue,
but we should fix that before the release.
Agreed.
BR,
Andreas Lehmkühler