From c77bc3873556cfc2a0d3cde6c82e14cc42a3d356 Mon Sep 17 00:00:00 2001 From: Vincent Hennebert Date: Tue, 9 Oct 2012 15:18:28 +0000 Subject: [PATCH] Release jars must be built with JAI git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1396066 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/dev/release.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/documentation/content/xdocs/dev/release.xml b/src/documentation/content/xdocs/dev/release.xml index 21ed60193..77280a7eb 100644 --- a/src/documentation/content/xdocs/dev/release.xml +++ b/src/documentation/content/xdocs/dev/release.xml @@ -68,6 +68,7 @@
  • Tag the source tree with the release ID. For example, if the release is 1.0: svn copy https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0 https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_0
  • Make a fresh checkout with the just created tag: svn co https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_0
  • +
  • Copy the jai_core.jar and jai_codec.jar to lib.
  • Copy the hyphenation patterns jar file fop-hyph.jar to lib (e.g. from http://sourceforge.net/projects/offo
  • Alternatively, create a build-local.properties file that points to the above libraries.
  • Run build[.sh] dist. Do this using Sun JDK 1.5 or later. A Forrest installation is needed.
  • -- 2.39.5