blob: d916f01710e0d3760b2b285c8068b4d86cfd0345 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- $Id$ -->
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd" [
<!ATTLIST document
xmlns:xi CDATA #IMPLIED>
<!ELEMENT xi:include EMPTY>
<!ATTLIST xi:include
href CDATA #IMPLIED>
<!ENTITY % local.sections "|xi:include">
]>
<document xmlns:xi="http://www.w3.org/2001/XInclude">
<header>
<title>Apache™ FOP: Known Issues</title>
<version>$Revision$</version>
</header>
<body>
<section>
<title>Known issues</title>
<p>
This page lists currently known issues in the Apache™ FOP codebase. Please note that this list is generated
from data in FOP's code repository (Trunk) and may not exactly represent the list of issues in
the latest release.
</p>
<p>
Apache™ FOP has an extensive automated testing infrastructure. Parts of this infrastructure are several
sets of test cases. When a test case is listed in disabled-testcases.xml it is disabled in the JUnit
tests during the normal build process. This indicates a problem in the current codebase. When a bug is
fixed or a missing feature is added the entry for the relevant test case(s) are removed.
</p>
<p>
For additional information on known issues in Apache FOP, please have a look at the following pages, too:
</p>
<ul>
<li><link href="bugs.html">the bug list in Bugzilla</link></li>
<li><link href="http://wiki.apache.org/xmlgraphics-fop/FOPProjectTasks">the task list in the Wiki</link></li>
</ul>
<section>
<title>FO Tree</title>
<p>
This section lists currently disabled test cases in the test suite for the FO tree tests.
The data for this section comes from
<link href="http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/test/fotree/disabled-testcases.xml">test/fotree/disabled-testcases.xml</link>.
</p>
<xi:include href="cocoon://knownissues-raw-fotree.xml#xpointer(/document/body/*)"/>
</section>
<section>
<title>Layout Engine</title>
<p>
This section lists currently disabled test cases in the test suite for the layout engine tests.
The data for this section comes from
<link href="http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/test/layoutengine/disabled-testcases.xml">test/layoutengine/disabled-testcases.xml</link>.
</p>
<xi:include href="cocoon://knownissues-raw-layoutengine.xml#xpointer(/document/body/*)"/>
</section>
<section>
<title>Other known issues</title>
<p>This section lists other known issues.</p>
<!-- See <root>/known-issues.xml for the source document of this section! -->
<xi:include href="cocoon://knownissues-raw-static.xml#xpointer(/document/body/*)"/>
</section>
</section>
</body>
</document>