From 08f0da8adadb9fda358992ad204948570ad41d11 Mon Sep 17 00:00:00 2001 From: Adrian Cumiskey Date: Tue, 17 Jun 2008 10:30:54 +0000 Subject: Merged revisions 666596,666967,667367,667831,667862,667864,667893,668177,668576 via svnmerge from https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk ........ r666596 | vhennebert | 2008-06-11 10:52:04 +0100 (Wed, 11 Jun 2008) | 2 lines Fixed typo ........ r666967 | maxberger | 2008-06-12 07:07:28 +0100 (Thu, 12 Jun 2008) | 1 line Added PMD and Findbugs report, 'reports' target' ........ r667367 | maxberger | 2008-06-13 07:03:30 +0100 (Fri, 13 Jun 2008) | 1 line Disabled retroweaver task definition, because it breaks gump ........ r667831 | maxberger | 2008-06-14 17:21:15 +0100 (Sat, 14 Jun 2008) | 1 line minor spelling fixes ........ r667862 | maxberger | 2008-06-14 19:18:14 +0100 (Sat, 14 Jun 2008) | 1 line minor spelling fixes ........ r667864 | maxberger | 2008-06-14 19:23:28 +0100 (Sat, 14 Jun 2008) | 1 line minor spelling & checkstyle fixes ........ r667893 | maxberger | 2008-06-14 23:20:42 +0100 (Sat, 14 Jun 2008) | 1 line removed double storage of 'fobj' ........ r668177 | lfurini | 2008-06-16 15:52:14 +0100 (Mon, 16 Jun 2008) | 2 lines Fixing the PageBreakingAlgorithm, replacing calls to getLineWidth() with getLineWidth(int) so as to take into account each page's real height. This fixes the positioning of footnotes when the page bpd is not the same for all pages. ........ r668576 | jeremias | 2008-06-17 10:04:05 +0100 (Tue, 17 Jun 2008) | 1 line Wrong line number reported in the case of a line overflow. ........ git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@668608 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 689 +++++++-------------- lib/build/asm-3.1.jar | Bin 0 -> 43033 bytes lib/build/asm-commons-3.1.jar | Bin 0 -> 32694 bytes lib/build/asm-util-3.1.jar | Bin 0 -> 34444 bytes lib/build/asm.LICENSE.txt | 28 + lib/build/backport-util-concurrent-3.1.jar | Bin 0 -> 331716 bytes lib/build/backport-util-concurrent.LICENSE.txt | 2 + lib/build/jaxen-1.1.1.jar | Bin 0 -> 226915 bytes lib/build/jaxen.LICENSE.txt | 33 + lib/build/pmd.LICENSE.txt | 31 + lib/build/pmd14-4.2.2.jar | Bin 0 -> 1124295 bytes lib/build/retroweaver-2.0.5.jar | Bin 0 -> 91990 bytes lib/build/retroweaver-rt-2.0.5.jar | Bin 0 -> 122274 bytes lib/build/retroweaver.LICENSE.txt | 25 + .../fop/layoutmgr/AbstractBaseLayoutManager.java | 34 +- .../org/apache/fop/layoutmgr/LayoutManager.java | 4 +- .../fop/layoutmgr/PageBreakingAlgorithm.java | 8 +- .../inline/AbstractGraphicsLayoutManager.java | 35 +- .../inline/ExternalGraphicLayoutManager.java | 16 +- .../layoutmgr/inline/InstreamForeignObjectLM.java | 11 +- .../layoutmgr/inline/LeafNodeLayoutManager.java | 4 +- .../fop/layoutmgr/inline/LineLayoutManager.java | 3 +- status.xml | 5 + .../footnote_changing-page-bpd.xml | 97 +++ .../footnote_changing-page-bpd_2.xml | 102 +++ 25 files changed, 603 insertions(+), 524 deletions(-) create mode 100644 lib/build/asm-3.1.jar create mode 100644 lib/build/asm-commons-3.1.jar create mode 100644 lib/build/asm-util-3.1.jar create mode 100644 lib/build/asm.LICENSE.txt create mode 100644 lib/build/backport-util-concurrent-3.1.jar create mode 100644 lib/build/backport-util-concurrent.LICENSE.txt create mode 100644 lib/build/jaxen-1.1.1.jar create mode 100644 lib/build/jaxen.LICENSE.txt create mode 100644 lib/build/pmd.LICENSE.txt create mode 100644 lib/build/pmd14-4.2.2.jar create mode 100644 lib/build/retroweaver-2.0.5.jar create mode 100644 lib/build/retroweaver-rt-2.0.5.jar create mode 100644 lib/build/retroweaver.LICENSE.txt create mode 100644 test/layoutengine/standard-testcases/footnote_changing-page-bpd.xml create mode 100644 test/layoutengine/standard-testcases/footnote_changing-page-bpd_2.xml diff --git a/build.xml b/build.xml index 54356e0ab..ff76686b6 100644 --- a/build.xml +++ b/build.xml @@ -52,15 +52,12 @@ list of possible build targets. ============================================================================ --> - - - + + - - - + @@ -72,7 +69,6 @@ list of possible build targets. - @@ -87,7 +83,6 @@ list of possible build targets. - @@ -108,58 +103,45 @@ list of possible build targets. - - - - - - - + - - - - - - - @@ -174,7 +156,6 @@ list of possible build targets. - @@ -182,48 +163,38 @@ list of possible build targets. - - - - - + + - - - - - + - - - - + + + - - - + @@ -233,9 +204,7 @@ list of possible build targets. - - + @@ -245,12 +214,9 @@ list of possible build targets. - - - + @@ -260,7 +226,6 @@ list of possible build targets. - @@ -276,28 +241,22 @@ list of possible build targets. - - - - - + + + - - - - + + + - - - - + - + - + - + - + - + - + - + - + - + - + - + - - - + + - - - - + + + - + - + @@ -377,11 +317,8 @@ list of possible build targets. - - + @@ -391,12 +328,9 @@ list of possible build targets. - - + @@ -409,75 +343,57 @@ list of possible build targets. - - + - - + - + - + - + - + - + - + - @@ -498,21 +414,17 @@ list of possible build targets. - - + - - - - - - + + + @@ -526,13 +438,11 @@ list of possible build targets. - - @@ -546,27 +456,31 @@ list of possible build targets. - - - - - - + + + + + + + - + - - + - - - @@ -585,14 +499,12 @@ list of possible build targets. - - + - + - - + @@ -603,14 +515,12 @@ list of possible build targets. - - @@ -634,12 +544,10 @@ list of possible build targets. - - - - + + + - @@ -655,9 +563,8 @@ list of possible build targets. - - + @@ -680,7 +587,7 @@ list of possible build targets. - + @@ -688,42 +595,36 @@ list of possible build targets. - + - - - - + - - + - - - + @@ -734,8 +635,7 @@ list of possible build targets. - - + @@ -748,7 +648,7 @@ list of possible build targets. - + @@ -776,12 +676,11 @@ list of possible build targets. - - - - - - + + + + + @@ -790,15 +689,11 @@ list of possible build targets. - - + @@ -814,7 +709,6 @@ list of possible build targets. - @@ -831,9 +725,7 @@ list of possible build targets. - - @@ -852,7 +744,7 @@ list of possible build targets. - + + @@ -934,7 +824,6 @@ list of possible build targets. - @@ -952,7 +841,6 @@ list of possible build targets. - @@ -970,9 +858,7 @@ list of possible build targets. - - - + @@ -992,7 +878,6 @@ list of possible build targets. - @@ -1013,7 +898,6 @@ list of possible build targets. - @@ -1032,18 +916,8 @@ list of possible build targets. - - - - - - - - - - - + NOTE: ************************************************************************** * One or more of the Junit tests had Failures or Errors or were skipped! * @@ -1054,8 +928,7 @@ NOTE: All Junit tests passed! Use the "junit-reports" target to generate HTML test reports - - + @@ -1066,12 +939,11 @@ NOTE: JUnit HTML test reports should be available in ${junit.html.reports.dir} - - - - + + + - - + @@ -1096,22 +968,7 @@ NOTE: - - +
@@ -1173,7 +1030,6 @@ NOTE:
- @@ -1183,134 +1039,103 @@ NOTE: - - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - + + + - - + + - - - + + + + + + + + + + + + basic + braces + codesize + clone + design + finalizers + imports + strings + rulesets/migrating_to_14.xml + optimizations + sunsecure + unusedcode + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + - - @@ -1327,10 +1152,8 @@ NOTE: - - + @@ -1342,7 +1165,6 @@ NOTE: - @@ -1350,10 +1172,8 @@ NOTE: - - + @@ -1365,12 +1185,11 @@ NOTE: - - - - + + + - + @@ -1386,66 +1205,55 @@ NOTE: - - - - + + + - + - + - - - - - - - - -