Re: Preparing 0.95 final

2008-06-19 Thread Jeremias Maerki
Hmm, the dev directory needs to be cleaned up and updated but I'm not sure if you can help with that. Adding FAQ entries based on mailing list activity would be a great idea. Otherwise, I'm happy with the website. On 19.06.2008 00:04:30 The Web Maestro wrote: I'm updating to the latest SVN now.

FOEventHandler method call sequence

2008-06-19 Thread Jeremias Maerki
I'm coaching a developer implementing an ODFHandler for FOP and during implementation we've stumbled over something: the call sequence of FOEventHandler methods is not correct. Assume the following FO: fo:block Text1 fo:block Text2 /fo:block /fo:block The call sequence at the moment

DO NOT REPLY [Bug 44965] NPE in FopPDFImage

2008-06-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44965 --- Comment #7 from Max Berger [EMAIL PROTECTED] 2008-06-19 01:40:38 PST --- Just as a note: I am currently doing experiments with openjdk 1.6.0b10 and fop runs fine there, the missing color profile is added there. Max -- Configure

Re: FOEventHandler method call sequence

2008-06-19 Thread Andreas Delmelle
On Jun 19, 2008, at 10:01, Jeremias Maerki wrote: I'm coaching a developer implementing an ODFHandler for FOP and during implementation we've stumbled over something: the call sequence of FOEventHandler methods is not correct. Assume the following FO: fo:block Text1 fo:block Text2

Re: svn commit: r669118 - in /xmlgraphics/fop/branches/fop-0_95: ./ src/java/org/apache/fop/fo/flow/ src/java/org/apache/fop/fo/flow/table/ src/java/org/apache/fop/fo/properties/ src/java/org/apache/f

2008-06-19 Thread Vincent Hennebert
Hi, Author: jeremias Date: Wed Jun 18 02:02:45 2008 New Revision: 669118 URL: http://svn.apache.org/viewvc?rev=669118view=rev Log: Bugzilla #44412: Regression fix for empty pages caused by multiple collapsible breaks. No more empty block areas if a break-before occurs on the first child

Re: svn commit: r669448 [1/2] - in /xmlgraphics/fop/branches/Temp_Interleaved_Page_Line_Breaking/prototype/java: ./ src/ src/org/ src/org/apache/ src/org/apache/fop/ src/org/apache/fop/prototype/ src/

2008-06-19 Thread Vincent Hennebert
Hi, Author: vhennebert Date: Thu Jun 19 03:56:51 2008 New Revision: 669448 URL: http://svn.apache.org/viewvc?rev=669448view=rev Log: A Java version of the prototype for interleaved page and line breaking Since I’ll be away for the next 10 days, I thought I’d commit what I have now so

Border and padding on page regions

2008-06-19 Thread Luca Furini
Some time ago (well, almost 2 years!) we spoke about the possibility to allow users to define borders and padding for the page regions [1]. This week I finally found some time to do it, so I have it working on my local copy ... but then I was struck by a dilemma: the additional traits about

Re: Border and padding on page regions

2008-06-19 Thread Luca Furini
On Thu, Jun 19, 2008 at 1:26 PM, Luca Furini [EMAIL PROTECTED] wrote: Only a reference-area may have a block-progression-direction which is different from that of its parent. Ops, I realize only now that it says direction and not dimension :-) Ok, so I think this definitely means that the

Re: FOEventHandler method call sequence

2008-06-19 Thread Jeremias Maerki
On 19.06.2008 10:46:59 Andreas Delmelle wrote: On Jun 19, 2008, at 10:01, Jeremias Maerki wrote: I'm coaching a developer implementing an ODFHandler for FOP and during implementation we've stumbled over something: the call sequence of FOEventHandler methods is not correct. Assume the

DO NOT REPLY [Bug 45237] New: Call order of FOEventHandler method is incorrect

2008-06-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45237 Summary: Call order of FOEventHandler method is incorrect Product: Fop Version: 1.0dev Platform: All URL: http://markmail.org/message/7p7jgxff6zx2gvss OS/Version: All

Re: Border and padding on page regions

2008-06-19 Thread Andreas Delmelle
On Jun 19, 2008, at 13:26, Luca Furini wrote: snip / So, a couple of questions: - do we still think that supporting borders and padding on regions when relaxed validation is on would be something good (or, at least, not bad)? I think this would be a fine addition. Other implementations have

Re: FOEventHandler method call sequence

2008-06-19 Thread Andreas Delmelle
On Jun 19, 2008, at 14:07, Jeremias Maerki wrote: On 19.06.2008 10:46:59 Andreas Delmelle wrote: Thanks for looking into it. Yes, your proposal would solve the problem with the sequence. But FOEventHandler.characters() is still called before white space handling. That would also need to be

Re: svn commit: r669118 - in /xmlgraphics/fop/branches/fop-0_95: ./ src/java/org/apache/fop/fo/flow/ src/java/org/apache/fop/fo/flow/table/ src/java/org/apache/fop/fo/properties/ src/java/org/apache/f

2008-06-19 Thread Jeremias Maerki
Thanks for your feedback! On 19.06.2008 12:36:30 Vincent Hennebert wrote: Hi, Author: jeremias Date: Wed Jun 18 02:02:45 2008 New Revision: 669118 URL: http://svn.apache.org/viewvc?rev=669118view=rev Log: Bugzilla #44412: Regression fix for empty pages caused by multiple

Re: Border and padding on page regions

2008-06-19 Thread Jeremias Maerki
On 19.06.2008 13:26:21 Luca Furini wrote: Some time ago (well, almost 2 years!) we spoke about the possibility to allow users to define borders and padding for the page regions [1]. This week I finally found some time to do it, so I have it working on my local copy ... but then I was struck

Re: FOEventHandler method call sequence

2008-06-19 Thread Jeremias Maerki
On 19.06.2008 14:49:35 Andreas Delmelle wrote: On Jun 19, 2008, at 14:07, Jeremias Maerki wrote: On 19.06.2008 10:46:59 Andreas Delmelle wrote: Thanks for looking into it. Yes, your proposal would solve the problem with the sequence. But FOEventHandler.characters() is still called

DO NOT REPLY [Bug 45237] Call order of FOEventHandler method is incorrect

2008-06-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45237 --- Comment #1 from Andreas L. Delmelle [EMAIL PROTECTED] 2008-06-19 06:46:54 PST --- Just had an idea. To be considered together with the already mentioned swapping startOfNode() and addChildNode(): The problem is that

Include XSL-FO 1.1 features

2008-06-19 Thread Jean-François El Fouly
We need a couple XSL:FO 1.1 features currently unimplemented in FOP; specifically fo:retrieve-table-marker and one or two things like this. We are considering adding them to FOP; don't hold your breath, I had a look but I'm not quite sure I'll do that or how, but we consider doing it, that's all

DO NOT REPLY [Bug 42307] [PATCH] Java2d renderers render arabic text incorrectly.

2008-06-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42307 Ravindra Adiga [EMAIL PROTECTED] changed: What|Removed |Added Severity|normal |critical --

DO NOT REPLY [Bug 42307] [PATCH] Java2d renderers render arabic text incorrectly.

2008-06-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42307 --- Comment #3 from Ravindra Adiga [EMAIL PROTECTED] 2008-06-19 09:53:04 PST --- Is there a patch fix available for this bug please. We have a customer in Middle East who is expected to go live with our product in less than 3 weeks

DO NOT REPLY [Bug 42307] [PATCH] Java2d renderers render arabic text incorrectly.

2008-06-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42307 Ravindra Adiga [EMAIL PROTECTED] changed: What|Removed |Added OS/Version|other |Windows Server

FOP Bug - 42307

2008-06-19 Thread Ravindra_Adiga
Hi sir, I am from FirstApex Technologies, Bangalore and into Insurance Product Development. We are facing a similar issue in our product implementation in the Middle East, as reported in the bug report below - Bug Number 42307. We are using JFO to convert RTF documents in Arabic to PDF.

Re: Include XSL-FO 1.1 features

2008-06-19 Thread Andreas Delmelle
On Jun 19, 2008, at 18:34, Jean-François El Fouly wrote: Hi Jean-François We need a couple XSL:FO 1.1 features currently unimplemented in FOP; specifically fo:retrieve-table-marker and one or two things like this. We are considering adding them to FOP; don't hold your breath, I had a look

[g...@vmgump]: Project xml-fop-maintenance (in module xml-fop-maintenance) failed

2008-06-19 Thread Sam Ruby
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project xml-fop-maintenance has an issue affecting its community integration. This issue

[g...@vmgump]: Project xml-fop (in module xml-fop) failed

2008-06-19 Thread Jeremias Maerki
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project xml-fop has an issue affecting its community integration. This issue affects 1