Re: cvs commit: xml-fop/test/layoutengine/testcases normal-breaking2.xml

2005-02-02 Thread Jeremias Maerki
Thanks a lot, Luca. That was it. I was slowly tracking that thing down. I knew already that these start indices were wrong but hadn't figured out how to fix it. And thanks to Chris for the pointers earlier. In the meantime I got to know a lot about the inner workings of the line layout. :-) Good

Re: cvs commit: xml-fop/test/layoutengine/testcases normal-breaking2.xml

2005-02-02 Thread The Web Maestro
On Feb 2, 2005, at 2:14 AM, Jeremias Maerki wrote: No, it don't think so. That bug happens in getNextBreakPoss() while mine happens in addAdreas(). I thought it was called addAndreas(to,,list-of-folks,to,send,big,thanks) ;-) Web Maestro Clay -- <[EMAIL PROTECTED]> -

Re: cvs commit: xml-fop/test/layoutengine/testcases normal-breaking2.xml

2005-02-02 Thread Luca Furini
Jeremias Maerki wrote: > If someone has an idea about the ArrayOutOfBoundsException, all the > better. I'm currently trying to debug that thing. It's because of this line in LineLM.addAreas(): iCurrParIndex = 0; If a block has properly handled preserved linefeeds, it will generate more than

Re: cvs commit: xml-fop/test/layoutengine/testcases normal-breaking2.xml

2005-02-02 Thread Jeremias Maerki
No, it don't think so. That bug happens in getNextBreakPoss() while mine happens in addAdreas(). On 02.02.2005 10:36:41 Chris Bowditch wrote: > Jeremias Maerki wrote: > > Just to be clear. This ArrayOutOfBoundsException is not the same problem > > I've described in my earlier post. I just happened

Re: cvs commit: xml-fop/test/layoutengine/testcases normal-breaking2.xml

2005-02-02 Thread Chris Bowditch
Jeremias Maerki wrote: Just to be clear. This ArrayOutOfBoundsException is not the same problem I've described in my earlier post. I just happened to run into both problems at the same time. Running normal-breaking2.xml with the current code (without my patch) will result in a document with 1 page

Re: cvs commit: xml-fop/test/layoutengine/testcases normal-breaking2.xml

2005-02-01 Thread Jeremias Maerki
Just to be clear. This ArrayOutOfBoundsException is not the same problem I've described in my earlier post. I just happened to run into both problems at the same time. Running normal-breaking2.xml with the current code (without my patch) will result in a document with 1 page and the linefeeds displ