Re: LayoutEngineTestSuite: disabled and start-with properties

2007-04-17 Thread Vincent Hennebert
Vincent Hennebert a écrit : > Guys, > > When running the layoutengine testsuite, it is possible to use several > properties to select the testcases you want to run. As a reminder > everything is explained here: > http://wiki.apache.org/xmlgraphics-fop/HowToCreateLayoutEngineTests > > You can excl

DO NOT REPLY [Bug 42146] - [PATCH] Statistics inner class for org.apache.fop.area.AreaTreeHandler

2007-04-17 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

DO NOT REPLY [Bug 42146] New: - [PATCH] Statistics inner class for org.apache.fop.area.AreaTreeHandler

2007-04-17 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

DO NOT REPLY [Bug 42144] - [PATCH] Safely set postscript page device dictionary, additional processing states for OffDocumentItems

2007-04-17 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

DO NOT REPLY [Bug 42144] New: - [PATCH] Safely set postscript page device dictionary, additional processing states for OffDocumentItems

2007-04-17 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

DO NOT REPLY [Bug 42144] - [PATCH] Safely set postscript page device dictionary, additional processing states for OffDocumentItems

2007-04-17 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

Re: svn commit: r529507 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/DestinationComparator.java

2007-04-17 Thread Vincent Hennebert
Hi Paul, Paul Vinkenoog a écrit : > Hello Vincent, > >> +public int compare (Object obj1, Object obj2) { >> +if (obj1 instanceof PDFDestination && obj2 instanceof >> PDFDestination) { >> +PDFDestination dest1 = (PDFDestination)obj1; >> +PDFDestination dest2 = (PDFDest

Re: svn commit: r529507 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/DestinationComparator.java

2007-04-17 Thread Paul Vinkenoog
Hello Vincent, > +public int compare (Object obj1, Object obj2) { > +if (obj1 instanceof PDFDestination && obj2 instanceof > PDFDestination) { > +PDFDestination dest1 = (PDFDestination)obj1; > +PDFDestination dest2 = (PDFDestination)obj2; > +return dest1.getIDR

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-17 Thread Vincent Hennebert
Hi Jay, Jay Bryant a écrit : >> - if your modifications are non-trivial (as is the case here), it's very >> important to add a note about them in the status.xml file. The content >> of this file appears on the following web page: >> http://xmlgraphics.apache.org/fop/changes.html > > Where? In