DO NOT REPLY [Bug 50705] [PATCH] AFP TLEs and NOPs not in the order described in the FO

2011-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50705 Jeremias Maerki jerem...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: svn commit: r1066275 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr: KnuthPossPosIter.java PositionIterator.java

2011-02-04 Thread Simon Pepping
On Wed, Feb 02, 2011 at 01:02:47AM +0100, Andreas Delmelle wrote: On 02 Feb 2011, at 00:46, adelme...@apache.org wrote: Author: adelmelle Date: Tue Feb 1 23:46:38 2011 New Revision: 1066275 URL: http://svn.apache.org/viewvc?rev=1066275view=rev Log: Add type safety to

Re: svn commit: r1066275 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr: KnuthPossPosIter.java PositionIterator.java

2011-02-04 Thread Jeremias Maerki
+1. Sorry, missed that somehow. On 04.02.2011 09:34:09 Simon Pepping wrote: On Wed, Feb 02, 2011 at 01:02:47AM +0100, Andreas Delmelle wrote: On 02 Feb 2011, at 00:46, adelme...@apache.org wrote: Author: adelmelle Date: Tue Feb 1 23:46:38 2011 New Revision: 1066275 URL:

DO NOT REPLY [Bug 50719] New: NOP position in AFP output

2011-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50719 Summary: NOP position in AFP output Product: Fop Version: all Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2

DO NOT REPLY [Bug 50719] NOP position in AFP output

2011-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50719 --- Comment #1 from Sandeep sdhu...@gmail.com 2011-02-04 04:46:55 EST --- Created an attachment (id=26603) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26603) Nop position in output The attached image shows current output and

DO NOT REPLY [Bug 49835] Wrong page break with 2 columned region and tables

2011-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49835 --- Comment #7 from Andreas L. Delmelle adelme...@apache.org 2011-02-04 05:23:24 EST --- Created an attachment (id=26604) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26604) potential fix Looking closer at this, so far, I

DO NOT REPLY [Bug 49877] 2 columned region-body table page break over footer and out of margin

2011-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49877 Andreas L. Delmelle adelme...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 49835] Wrong page break with 2 columned region and tables

2011-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49835 --- Comment #8 from Andreas L. Delmelle adelme...@apache.org 2011-02-04 05:23:52 EST --- *** Bug 49877 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email

Re: The base of relative URIs in fop.xconf

2011-02-04 Thread Jeremias Maerki
I found a potential problem: The directory Tag in the configuration takes file paths (not URIs, since we can't detect files on arbitrary URIs). FontInfoConfigurator doesn't try to resolve relative directories against the base or font base URI (see #addDirectories() and

Re: The base of relative URIs in fop.xconf

2011-02-04 Thread Glenn Adams
note that the file: URL scheme does not technically support relative URLs; however, that hasn't prevented some implementations from making non-standard extensions to provide such support On Fri, Feb 4, 2011 at 7:08 AM, Jeremias Maerki d...@jeremias-maerki.chwrote: I found a potential problem:

junit error in BitmapImageUtilTestCase

2011-02-04 Thread Simon Pepping
I get a junit failure in BitmapImageUtilTestCase: Testcase: testConvertToMono(org.apache.fop.util.BitmapImageUtilTestCase): FAILED expected:0[1010100]0001000101010101 but was:0[001000100010001]0001000101010101 junit.framework.ComparisonFailure:

Re: junit error in BitmapImageUtilTestCase

2011-02-04 Thread Jeremias Maerki
Damn, I knew it. I've tested two Sun 5 and 6 and OpenJDK 6 and they ran through. Anyway, I've disabled the pixel tests: http://svn.apache.org/viewvc?rev=1067193view=rev So much for plattform-independence. Even worse with the color conversions that I still have to look at. Sorry for the

Re: The base of relative URIs in fop.xconf

2011-02-04 Thread Jeremias Maerki
I'm talking about URIs, not URLs. There's nothing in RFC 1630 that prohibits relative URIs for the file URI scheme. It's actually describing relative URIs. The file URIs are eventually resolved to file URLs which are then absolute. On 04.02.2011 15:50:09 Glenn Adams wrote: note that the file:

Re: The base of relative URIs in fop.xconf

2011-02-04 Thread Glenn Adams
I'm not sure there is a definition of the file scheme that is not a URL scheme. When 1630 was published, the distinction between URI and URL was not worked out yet. At present, the official definition of the file scheme is shown by IANA to be 1738 (see

DO NOT REPLY [Bug 49687] [PATCH] Complex Script Support

2011-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49687 --- Comment #26 from Virginijus Kandrotas vkandrot...@yahoo.com 2011-02-04 11:53:07 EST --- Dear Glenn, thank you for this patch. I am testing it and have following problem: Arabic letter in the words looks not connected together

DO NOT REPLY [Bug 49801] Region-Body Column balancing incorrect if content is table with header

2011-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49801 --- Comment #4 from Andreas L. Delmelle adelme...@apache.org 2011-02-04 13:18:28 EST --- Created an attachment (id=26606) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26606) altered test case The fullLen in computeDemerits()

DO NOT REPLY [Bug 49801] Region-Body Column balancing incorrect if content is table with header

2011-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49801 --- Comment #5 from Andreas L. Delmelle adelme...@apache.org 2011-02-04 13:27:07 EST --- Additionally, it's not only fullLen which is off, but obviously also partLen and restLen, for the same reason (calcContentLength()). There will be

DO NOT REPLY [Bug 49687] [PATCH] Complex Script Support

2011-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49687 --- Comment #27 from Glenn Adams gl...@skynav.com 2011-02-04 13:47:24 EST --- (In reply to comment #26) Dear Glenn, thank you for this patch. I am testing it and have following problem: Arabic letter in the words looks not

Re: The base of relative URIs in fop.xconf

2011-02-04 Thread Andreas Delmelle
On 04 Feb 2011, at 17:40, Glenn Adams wrote: snip / so if one specifies file:///../fop.xml If I understand correctly, while it does not violate the URI syntax, this would not be considered a relative URI either way. That is, java.net.URI will consider it absolute, because it has a scheme

DO NOT REPLY [Bug 49835] Wrong page break with 2 columned region and tables

2011-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49835 Andreas L. Delmelle adelme...@apache.org changed: What|Removed |Added Attachment #26604|0 |1