DO NOT REPLY [Bug 42029] - Wrong title on the FOP 0.93 Release Notes page

2007-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

One week offline

2007-04-06 Thread Vincent Hennebert
Offering some fresh air to my brain ;-) Cheers, Vincent

Re: Destinations (was: Re: svn commit: r525078...)

2007-04-06 Thread Jay Bryant
It's a small error: the PDFDestination class uses the reference to the page object as its goToReference. What it should use is a reference to a /Goto that jumps to the page in question. That was right. I have corrected it by making the following change to org.apache.fop.render.pdf.PDFRenderer:

Re: svn commit: r525078 - in /xmlgraphics/fop/trunk: ./ src/java/org/apache/fop/area/ src/java/org/apache/fop/fo/extensions/destination/ src/java/org/apache/fop/pdf/

2007-04-06 Thread Jay Bryant
- I suggest you to install and setup checkstyle if you haven't done yet; OK. Did that. - don't forget to add the ASF headers (checkstyle will notify you about that, BTW) and set the "svn:keywords Id" and "svn:eol-style native" on new files. Other folks corrected that for me, I guess, but I

Re: Destinations (was: Re: svn commit: r525078...)

2007-04-06 Thread The Web Maestro
It didn't work for me (Mozilla 2.0.0.3; Mac OS X 10.4.9). I want it to! :-) On 4/6/07, Jay Bryant <[EMAIL PROTECTED]> wrote: That was right. I have corrected it by making the following change to org.apache.fop.render.pdf.PDFRenderer: When the renderer processes a PDFDestination, it adds a PDFGoT