diff options
author | Glenn Adams <gadams@apache.org> | 2012-10-21 19:40:19 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2012-10-21 19:40:19 +0000 |
commit | 1a5394a6bec2b67910062a8e45c92a473aec8627 (patch) | |
tree | b97b49e8a21de298fd91f73faca3af9c13caea55 /src/documentation/content/xdocs/1.1/knownissues_overview.xml | |
parent | 3ba7c3902139413b0bb5a3c601d2c0688198d8c3 (diff) | |
download | xmlgraphics-fop-1a5394a6bec2b67910062a8e45c92a473aec8627.tar.gz xmlgraphics-fop-1a5394a6bec2b67910062a8e45c92a473aec8627.zip |
Merge from ^/branches/fop-1_1.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1400707 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/1.1/knownissues_overview.xml')
-rw-r--r-- | src/documentation/content/xdocs/1.1/knownissues_overview.xml | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/1.1/knownissues_overview.xml b/src/documentation/content/xdocs/1.1/knownissues_overview.xml new file mode 100644 index 000000000..a8b9e9b94 --- /dev/null +++ b/src/documentation/content/xdocs/1.1/knownissues_overview.xml @@ -0,0 +1,74 @@ +<?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 V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd"> +<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 current release. + </p> + <note> + <p> + For additional information on known issues in Apache™ FOP, please have a look at the following pages, too: + </p> + <ul> + <li><a href="../bugs.html">the bug list in Bugzilla</a></li> + <li><a href="http://wiki.apache.org/xmlgraphics-fop/FOPProjectTasks">the task list in the Wiki</a></li> + </ul> + </note> + <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> + <section> + <title>FO Tree</title> + <p> + This section lists disabled test cases in the test suite for the FO tree tests, at the time + of the release. + </p> + <xi:include href="cocoon://knownissues-raw-fotree_1.1.xml#xpointer(/document/body/*)"/> + </section> + <section> + <title>Layout Engine</title> + <p> + This section lists disabled test cases in the test suite for the layout engine tests, at the + time of the release. + </p> + <xi:include href="cocoon://knownissues-raw-layoutengine_1.1.xml#xpointer(/document/body/*)"/> + </section> + <section> + <title>Other known issues</title> + <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 + <link href="http://issues.apache.org/bugzilla/buglist.cgi?chfieldto=2010-07-20&chfield=%5BBug%20creation%5D&query_format=advanced&chfieldfrom=2001-01-01&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&product=Fop">older bugs that remain open</link>. + For all open issues that post-date FOP 1.0, see + <link href="http://issues.apache.org/bugzilla/buglist.cgi?chfieldto=Now&chfield=%5BBug%20creation%5D&query_format=advanced&chfieldfrom=2010-07-20&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&product=Fop">newer bugs that remain open</link>. + </p> + <!-- See <root>/known-issues.xml for the source document of this section! --> + <xi:include href="cocoon://knownissues-raw-static_1.1.xml#xpointer(/document/body/*)"/> + </section> +</section> +</body> +</document> |