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_overview.xml 3.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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 V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
  18. <document xmlns:xi="http://www.w3.org/2001/XInclude">
  19. <header>
  20. <title>Apache™ FOP: Known Issues</title>
  21. <version>$Revision$</version>
  22. </header>
  23. <body>
  24. <section>
  25. <title>Known issues</title>
  26. <p>
  27. This page lists currently known issues in the current release.
  28. </p>
  29. <note>
  30. <p>
  31. For additional information on known issues in Apache™ FOP, please have a look at the following pages, too:
  32. </p>
  33. <ul>
  34. <li><a href="../bugs.html">the bug list in Bugzilla</a></li>
  35. <li><a href="http://wiki.apache.org/xmlgraphics-fop/FOPProjectTasks">the task list in the Wiki</a></li>
  36. </ul>
  37. </note>
  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. <section>
  45. <title>FO Tree</title>
  46. <p>
  47. This section lists disabled test cases in the test suite for the FO tree tests, at the time
  48. of the release.
  49. </p>
  50. <xi:include href="cocoon://knownissues-raw-fotree_1.1rc1.xml#xpointer(/document/body/*)"/>
  51. </section>
  52. <section>
  53. <title>Layout Engine</title>
  54. <p>
  55. This section lists disabled test cases in the test suite for the layout engine tests, at the
  56. time of the release.
  57. </p>
  58. <xi:include href="cocoon://knownissues-raw-layoutengine_1.1rc1.xml#xpointer(/document/body/*)"/>
  59. </section>
  60. <section>
  61. <title>Other known issues</title>
  62. <p>This section lists some other issues that post-date the release of FOP 1.0. For known issues that pre-date FOP 1.0, see
  63. <link href="http://issues.apache.org/bugzilla/buglist.cgi?chfieldto=2010-07-20&amp;chfield=%5BBug%20creation%5D&amp;query_format=advanced&amp;chfieldfrom=2001-01-01&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=NEEDINFO&amp;product=Fop">older bugs that remain open</link>.
  64. For all open issues that post-date FOP 1.0, see
  65. <link href="http://issues.apache.org/bugzilla/buglist.cgi?chfieldto=Now&amp;chfield=%5BBug%20creation%5D&amp;query_format=advanced&amp;chfieldfrom=2010-07-20&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=NEEDINFO&amp;product=Fop">newer bugs that remain open</link>.
  66. </p>
  67. <!-- See <root>/known-issues.xml for the source document of this section! -->
  68. <xi:include href="cocoon://knownissues-raw-static_1.1rc1.xml#xpointer(/document/body/*)"/>
  69. </section>
  70. </section>
  71. </body>
  72. </document>