fop.jar's MANIFEST.MF

2010-02-08 Thread Peter Hancock
Hi all, Does anyone know the why the Build-Id property of the MANIFEST.MF file should include the ant property 'java.runtime.version', yet not the 'javac.target' property used by the javac task in the compile target? I appreciate that the version of the JVM running ant may perhaps affect the

Re: trying to debug using eclipse

2010-02-08 Thread Vincent Hennebert
Hi Martin, Martin Edge wrote: Within eclipse it says it's within the 'build path' or do you mean within Java's class path? You need to refresh the directory for Eclipse to take into account new files created by the build process. Select the project in the Package Explorer view and press

DO NOT REPLY [Bug 48696] New: AFP rendering of bitmap images broke between revs 829021 and 829061

2010-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48696 Summary: AFP rendering of bitmap images broke between revs 829021 and 829061 Product: Fop Version: 1.0dev Platform: PC OS/Version: Linux Status: NEW

DO NOT REPLY [Bug 48696] AFP rendering of bitmap images broke between revs 829021 and 829061

2010-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48696 --- Comment #1 from Peter Hancock peter.hanc...@gmail.com 2010-02-08 04:11:35 UTC --- Created an attachment (id=24938) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=24938) example of bug -- Configure bugmail:

DO NOT REPLY [Bug 32789] [PATCH] Arabic Shaping not Supported by FOP

2010-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=32789 Vincent Hennebert vhenneb...@gmail.com changed: What|Removed |Added Component|pdf

DO NOT REPLY [Bug 48697] New: Span problem with tables spanning pages

2010-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48697 Summary: Span problem with tables spanning pages Product: Fop Version: all Platform: PC OS/Version: Windows XP Status: NEW Severity: blocker Priority: P2

DO NOT REPLY [Bug 48697] Span problem with tables spanning pages

2010-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48697 --- Comment #1 from phewl...@oats.co.uk 2010-02-08 04:25:13 UTC --- Created an attachment (id=24942) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=24942) FO -- Configure bugmail:

DO NOT REPLY [Bug 46778] image not found

2010-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46778 Dominik Stadler dominik.stad...@gmx.at changed: What|Removed |Added CC|

DO NOT REPLY [Bug 48696] AFP rendering of bitmap images broke between revs 829021 and 829061

2010-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48696 --- Comment #2 from Harald G. Henne afput...@web.de 2010-02-08 06:04:25 UTC --- Hi, there is only a small diff between 829021 and 829061 and the resuling print out depends on some printer characteristic. |829021

DO NOT REPLY [Bug 48696] AFP rendering of bitmap images broke between revs 829021 and 829061

2010-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48696 --- Comment #3 from Harald G. Henne afput...@web.de 2010-02-08 06:07:07 UTC --- sorry the table was messed up: printer and viewer test |829021 |829061

DO NOT REPLY [Bug 32789] [PATCH] Arabic Shaping not Supported by FOP

2010-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=32789 --- Comment #8 from Jonathan Levinson levin...@intersystems.com 2010-02-08 06:58:15 UTC --- Hi Vincent, I will attach the .fo file I've been using for testing. I will also attach the generated pdf. This is from an example our Dubai team

DO NOT REPLY [Bug 32789] [PATCH] Arabic Shaping not Supported by FOP

2010-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=32789 --- Comment #9 from Jonathan Levinson levin...@intersystems.com 2010-02-08 07:00:33 UTC --- Created an attachment (id=24947) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=24947) Example fo - one of many used in testing Arabic

DO NOT REPLY [Bug 32789] [PATCH] Arabic Shaping not Supported by FOP

2010-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=32789 --- Comment #10 from Jonathan Levinson levin...@intersystems.com 2010-02-08 07:01:31 UTC --- Created an attachment (id=24948) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=24948) generated PDF from sample .fo -- Configure

DO NOT REPLY [Bug 48696] AFP rendering of bitmap images broke between revs 829021 and 829061

2010-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48696 --- Comment #5 from Peter Hancock peter.hanc...@gmail.com 2010-02-08 08:34:50 UTC --- Thanks for your input, Harald. Chaging the Format field of the IDE Structure parameter to YCrCb, produced a desirable printed output. The

Font Loading via IF Rendering.

2010-02-08 Thread Martin Edge
Hey Guys, Trying to get to the bottom of my inability to generate a PostScript file from Intermediate File. Don't know much about the structure of the code, so I thought I'd comment on what I've seen and see if there is any suggestion on where to look. When converting from IF - PS (and the

RE: Font Loading via IF Rendering.

2010-02-08 Thread Martin Edge
Hi Guys, Also noticed, when Im performing the IF - PS Conversion... The method which I'm guessing is to setup fonts doesn't seem to be called anywhere? public static void setupFonts(IFDocumentHandler documentHandler, FontInfo fontInfo) throws FOPException { This is in

RE: Font Loading via IF Rendering.

2010-02-08 Thread Martin Edge
Hey Guys, From what I can ascertain, when converting from IF - PS, the Intermediate classes don't load the installed fonts, nor the configured fonts. AbstractBinaryWritingIFDocumentHandler.java Method: public void setDefaultFontInfo(FontInfo fontInfo) { Currently has: FontManager