You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

knownissues.xml 3.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <!-- $Id$ -->
  17. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd" [
  18. <!ATTLIST document
  19. xmlns:xi CDATA #IMPLIED>
  20. <!ELEMENT xi:include EMPTY>
  21. <!ATTLIST xi:include
  22. href CDATA #IMPLIED>
  23. <!ENTITY % local.sections "|xi:include">
  24. ]>
  25. <document xmlns:xi="http://www.w3.org/2001/XInclude">
  26. <header>
  27. <title>Apache™ FOP: Known Issues</title>
  28. <version>$Revision$</version>
  29. </header>
  30. <body>
  31. <section>
  32. <title>Known issues</title>
  33. <p>
  34. This page lists currently known issues in the Apache™ FOP codebase. Please note that this list is generated
  35. from data in FOP's code repository (Trunk) and may not exactly represent the list of issues in
  36. the latest release.
  37. </p>
  38. <p>
  39. Apache™ FOP has an extensive automated testing infrastructure. Parts of this infrastructure are several
  40. sets of test cases. When a test case is listed in disabled-testcases.xml it is disabled in the JUnit
  41. tests during the normal build process. This indicates a problem in the current codebase. When a bug is
  42. fixed or a missing feature is added the entry for the relevant test case(s) are removed.
  43. </p>
  44. <p>
  45. For additional information on known issues in Apache FOP, please have a look at the following pages, too:
  46. </p>
  47. <ul>
  48. <li><link href="bugs.html">the bug list in Bugzilla</link></li>
  49. <li><link href="http://wiki.apache.org/xmlgraphics-fop/FOPProjectTasks">the task list in the Wiki</link></li>
  50. </ul>
  51. <section>
  52. <title>FO Tree</title>
  53. <p>
  54. This section lists currently disabled test cases in the test suite for the FO tree tests.
  55. The data for this section comes from
  56. <link href="http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/test/fotree/disabled-testcases.xml">test/fotree/disabled-testcases.xml</link>.
  57. </p>
  58. <xi:include href="cocoon://knownissues-raw-fotree.xml#xpointer(/document/body/*)"/>
  59. </section>
  60. <section>
  61. <title>Layout Engine</title>
  62. <p>
  63. This section lists currently disabled test cases in the test suite for the layout engine tests.
  64. The data for this section comes from
  65. <link href="http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/test/layoutengine/disabled-testcases.xml">test/layoutengine/disabled-testcases.xml</link>.
  66. </p>
  67. <xi:include href="cocoon://knownissues-raw-layoutengine.xml#xpointer(/document/body/*)"/>
  68. </section>
  69. <section>
  70. <title>Other known issues</title>
  71. <p>This section lists other known issues.</p>
  72. <!-- See <root>/known-issues.xml for the source document of this section! -->
  73. <xi:include href="cocoon://knownissues-raw-static.xml#xpointer(/document/body/*)"/>
  74. </section>
  75. </section>
  76. </body>
  77. </document>