From: William Victor Mote Date: Thu, 16 Oct 2003 15:06:33 +0000 (+0000) Subject: partially implement patch submitted by Clay Leeds (see http://nagoya.apache.org/bugzi... X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1052 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0d56db57fa9d5fed589371604ee65547ae7734e2;p=xmlgraphics-fop.git partially implement patch submitted by Clay Leeds (see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23821) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196962 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/compiling.xml b/src/documentation/content/xdocs/compiling.xml index eceed3f01..5e6ceefa6 100644 --- a/src/documentation/content/xdocs/compiling.xml +++ b/src/documentation/content/xdocs/compiling.xml @@ -20,19 +20,17 @@ If you are using a binary distribution, it is already built and there is no need JDK

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

CLASSPATH -

There is no generally no need to setup a classpath. -All libraries needed to compile FOP are included in the source distribution and are referenced by the build script. +

There is generally no need to setup a classpath. All libraries needed to compile FOP are included in the source distribution and are referenced by the build script. You will only need to adjust the classpath if you build FOP in some other way. See the build scripts (build.bat for Windows, and build.sh for Unix) for details.

JAVA_HOME -

Ant, which is used by the build script, requires that the environment variable JAVA_HOME point to your local JDK root directory. -This is true even if you use JDK 1.2 or above, which normally don't need this setting.

+

The build script uses Ant, a popular java-based build tool, which requires that the environment variable JAVA_HOME point to your local JDK root directory. This is true even if you use JDK 1.2 or above, which normally don't need this setting.

@@ -40,9 +38,7 @@ This is true even if you use JDK 1.2 or above, which normally don't need this se

Build FOP by executing the "build" script, which is located in the FOP root directory. The Windows batch file is build.bat, and the Unix shell script is build.sh. The examples below are for running the shell script, but except for the build file extension, the syntax is identical.

-

The build script uses Ant, a popular java-based build tool. -The file build.xml in the FOP root directory is the blueprint that Ant uses for the build. -It contains information for numerous build targets, many of which are building blocks to more useful target, and others which are primarily used by the FOP developers. +

The file build.xml in the FOP root directory is the blueprint that Ant uses for the build. It contains information for numerous build targets, many of which are building blocks to more useful target, and others which are primarily used by the FOP developers. You may benefit from looking through this file to learn more about the various build targets. To obtain a complete list of useful build targets:

build.sh -projecthelp