From 4aab5b174200bcaf9e62583d8a1c7ba4da17e3d6 Mon Sep 17 00:00:00 2001 From: Vincent Hennebert Date: Mon, 17 Mar 2008 20:00:36 +0000 Subject: [PATCH] Changed the documentation to reflect the move to Java 1.4 as a minimum requirement git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_95@638048 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/0.95/compiling.xml | 4 ++-- src/documentation/content/xdocs/0.95/fonts.xml | 12 ++---------- .../content/xdocs/0.95/pdfencryption.xml | 7 +------ src/documentation/content/xdocs/0.95/running.xml | 2 +- src/documentation/content/xdocs/dev/release.xml | 2 +- src/documentation/content/xdocs/trunk/compiling.xml | 4 ++-- src/documentation/content/xdocs/trunk/fonts.xml | 12 ++---------- .../content/xdocs/trunk/pdfencryption.xml | 6 ++---- src/documentation/content/xdocs/trunk/running.xml | 2 +- 9 files changed, 14 insertions(+), 37 deletions(-) diff --git a/src/documentation/content/xdocs/0.95/compiling.xml b/src/documentation/content/xdocs/0.95/compiling.xml index c6c17a3c0..57761429f 100644 --- a/src/documentation/content/xdocs/0.95/compiling.xml +++ b/src/documentation/content/xdocs/0.95/compiling.xml @@ -41,7 +41,7 @@
JDK

- Building FOP requires a minimum Java Development Kit (JDK/SDK) of 1.3 + Building FOP requires a minimum Java Development Kit (JDK/SDK) of 1.4 (A Java Runtime Environment is not sufficient).

@@ -59,7 +59,7 @@

The build script uses Apache Ant, a popular Java-based build tool, which usually requires that the environment variable JAVA_HOME point to - your local JDK root directory. This is true even if you use JDK 1.3 or above, which normally + your local JDK root directory. This is true even if you use JDK 1.4 or above, which normally does not need this setting.

diff --git a/src/documentation/content/xdocs/0.95/fonts.xml b/src/documentation/content/xdocs/0.95/fonts.xml index af1de28f2..423eaad11 100644 --- a/src/documentation/content/xdocs/0.95/fonts.xml +++ b/src/documentation/content/xdocs/0.95/fonts.xml @@ -231,20 +231,12 @@ Type 1 Font Metrics

FOP includes PFMReader, which reads the PFM file that normally comes with a Type 1 font, and generates an appropriate font metrics file for it. To use it, run the class org.apache.fop.fonts.apps.PFMReader:

-

Windows (on JDK 1.4 and later):

+

Windows:

java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file -

Windows (on JDK 1.3.x):

- java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar;lib\xml-apis.jar; - lib\xercesImpl.jar;lib\xalan.jar;lib\serializer.jar - org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file -

Unix (on JDK 1.4 and later):

+

Unix:

java -cp build/fop.jar:lib/avalon-framework.jar:lib/commons-logging.jar:lib/commons-io.jar org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file -

Unix (on JDK 1.3.1):

- java -cp build/fop.jar:lib/avalon-framework.jar:lib/commons-logging.jar:lib/commons-io.jar:lib/xml-apis.jar: - lib/xercesImpl.jar:lib/xalan.jar:lib/serializer.jar - org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file

PFMReader [options]: