From: Jeremias Maerki Date: Fri, 18 Nov 2005 21:17:11 +0000 (+0000) Subject: "build/site" is now copied to "docs". X-Git-Tag: fop-0_90-alpha1~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a06c6139c114d97ebb770073983c5cefee31b557;p=xmlgraphics-fop.git "build/site" is now copied to "docs". The build directory isn't included in either distribution anymore. Source distribution doesn't contain fop.jar, javadocs and compiled docs anymore to make the distribution smaller. KEYS and status.xml and lib/xalan*.txt added (Thanks, Simon). Added version info to javadocs. Removed limitation to build javadocs only with JDKs >= 1.4. It works fine for me on Win32 Sun JDK 1.3.1_15. You can add "javahome.jdk14" to your build-local.properties so Forrest docs can be built during a JDK 1.3 distribution build. Added release notes to site (Thanks, Christian, for the reminder). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_90@345576 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 24dd315c8..1c57d10a6 100644 --- a/build.xml +++ b/build.xml @@ -62,19 +62,14 @@ list of possible build targets. - - + - + + - - - - - @@ -85,17 +80,13 @@ list of possible build targets. - + - - - - @@ -104,11 +95,11 @@ list of possible build targets. - - + + @@ -830,7 +821,7 @@ NOTE: - + @@ -861,7 +852,7 @@ NOTE: destdir="${build.javadocs.dir}" author="true" version="true" - windowtitle="${Name} API" + windowtitle="${Name} ${version} API" doctitle="Apache Formatting Objects Processor (FOP)" bottom="Copyright ${year} The Apache Software Foundation. All Rights Reserved." overview="${src.dir}/java/org/apache/fop/overview.html" @@ -870,6 +861,8 @@ NOTE: public="${javadoc.public}" package="${javadoc.package}" private="${javadoc.private}"> +
+
@@ -1043,10 +1036,24 @@ NOTE: + + + + + + + + + + + + - + + +
@@ -1054,7 +1061,7 @@ NOTE: - + @@ -1064,6 +1071,12 @@ NOTE: + + + + + + @@ -1083,17 +1096,17 @@ NOTE: - + - + + diff --git a/src/documentation/content/xdocs/relnotes.xml b/src/documentation/content/xdocs/relnotes.xml index 5c4387486..a3c2346f2 100644 --- a/src/documentation/content/xdocs/relnotes.xml +++ b/src/documentation/content/xdocs/relnotes.xml @@ -1,6 +1,6 @@ - @@ -25,6 +25,136 @@ +
+ FOP 0.90 alpha 1 +

+ This is the first preview release after the big redesign effort. +

+

+ We would like to encourage you to download the code and to play with it. + We're still in the process of adding new major features and stabilizing + the code. We welcome any feedback you might have and even more, any + other form of help to get the project forward. +

+

Caveats:

+
    +
  • + This release is a preview release and not intended for use in a + production environment. Use at your own risk! +
  • +
  • + The API is not to be considered stable, yet. Please be prepared + for the API to be changed in a backwards-incompatible way. +
  • +
  • + You may experience different behaviour compared to version 0.20.5. + Please consult the "Upgrading" page indicated above for details. +
  • +
+

Known Issues:

+
    +
  • + PCL, MIF and SVG support have not been restored, yet. +
  • +
  • + Java2D/AWT support contains some problems, for example with + block-containers. +
  • +
  • + Support for kerning has not been restored, yet. +
  • +
  • + Auto table layout is not implemented, yet. +
  • +
  • + The collapsing border model on tables is not implemented, yet. Please + use border-collapse="separate" for now. +
  • +
  • + Footnotes may overlap with text of the region-body in multi-column + documents. +
  • +
  • + Space resolution does not work between footnote regions. +
  • +
  • + There's a problem involving nested block-containers and + reference-orientation 180/-180 (Bugzilla #36391) +
  • +
  • + block-containers with no height currently don't create a fence for + spaces as they should (they behave like a normal block). +
  • +
  • + Preserved linefeeds in fo:character are not handled correctly. +
  • +
  • + Zero-width spaces are not handled correctly. +
  • +
  • + An empty block currently produces a fence for stacking constraints + which it shouldn't. +
  • +
  • + There are several small problems around white space handling. +
  • +
  • + Images currently don't shrink so they fit on a page when they are + too big and shrinking is allowed to happen. +
  • +
  • + Block-level content in fo:inlines may produce unwelcome results. +
  • +
  • + inline-container may not work as expected. +
  • +
  • + letter-spacing and word-spacing properties may not work as expected. +
  • +
  • + leaders with leader-pattern="use-content" may not work as expected. +
  • +
  • + keep-with-previous doesn't work inside tables and lists, yet. +
  • +
  • + White space on direct inline-level children of a marker is not + handled correctly. +
  • +
  • + If two consecutive pages don't have the same available width, the + content currently isn't properly fit into the available space on + the new page. +
  • +
  • + background-images on page-number-citations are not placed correctly. +
  • +
  • + Not all FO elements can be referenced by their "id", most notably: + table-body, table-header, table-footer and table-row. +
  • +
  • + The backgrounds of table-body, table-header, table-footer and + table-column are not painted, yet. +
  • +
  • + Border and padding conditionality are not supported on table-cells, yet. +
  • +
  • + Copy/Paste from PDF content in Acrobat Reader is not supported for + text using embedded TrueType fonts. +
  • +
  • + Column balancing in multi-column documents may not work as expected + (Bugzilla #36356) +
  • +
  • + Omitting fo:table-column or having fo:table-column without a column-width + and attempting to create columns implicitly from the first + table row is not implemented, yet (Bugzilla #35656). +
  • +
+
FOP 0.20.5

This is the last planned release in the 0.20.x series (aka maintenance branch).