From: William Victor Mote Date: Mon, 12 May 2003 01:19:11 +0000 (+0000) Subject: Add
ids. X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1473 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3c6663c21087d1a539cad341043dac3cbb19a5ad;p=xmlgraphics-fop.git Add
ids. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196417 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/compiling.xml b/src/documentation/content/xdocs/compiling.xml index f4de7e4aa..c7095df77 100644 --- a/src/documentation/content/xdocs/compiling.xml +++ b/src/documentation/content/xdocs/compiling.xml @@ -7,33 +7,33 @@ FOP: Building from Source Code -
+
Do You Need To Build?

FOP distributions are either pre-compiled binary or source. If you are using a binary distribution, it is already built and there is no need to build it again. See the Download Instructions for information about whether a binary or source distribution is best for your needs.

-
+
Set Up Your Environment -
+
JDK

Building FOP requires a minimum Java Development Kit (JDK) of 1.3.

-
+
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. 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.

-
+
Run the "build" Script

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. @@ -59,8 +59,8 @@ To obtain a complete list of useful build targets:

To clean the build directory first:

build.sh clean package
-
- Troubleshooting +
+ Troubleshooting

If you have problems building FOP, please try the following:

  • Run the build with the target of "clean", then rerun the build.