From: Vincent Hennebert Date: Tue, 9 Oct 2012 15:18:28 +0000 (+0000) Subject: Release jars must be built with JAI X-Git-Tag: fop-2_0~285 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c77bc3873556cfc2a0d3cde6c82e14cc42a3d356;p=xmlgraphics-fop.git 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 --- 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.