]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
partially implement patch submitted by Clay Leeds (see http://nagoya.apache.org/bugzi...
authorWilliam Victor Mote <vmote@apache.org>
Thu, 16 Oct 2003 15:06:33 +0000 (15:06 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Thu, 16 Oct 2003 15:06:33 +0000 (15:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196962 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/compiling.xml

index eceed3f01020d1ea18caaef75540668856e04e81..5e6ceefa6bf5f43844529830dab424855174841c 100644 (file)
@@ -20,19 +20,17 @@ If you are using a binary distribution, it is already built and there is no need
         <title>JDK</title>
           <p>
             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).
           </p>
       </section>
       <section id="env-classpath">
         <title>CLASSPATH</title>
-        <p>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.
+        <p>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.</p>
       </section>
       <section id="env-java-home">
         <title>JAVA_HOME</title>
-        <p>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.</p>
+        <p>The build script uses <link href="http://jakarta.apache.org/ant/">Ant</link>, 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.</p>
       </section>
   </section>
   <section id="build-script">
@@ -40,9 +38,7 @@ This is true even if you use JDK 1.2 or above, which normally don't need this se
     <p>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.</p>
-    <p>The build script uses <link href="http://jakarta.apache.org/ant/">Ant</link>, 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.
+    <p>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:</p>
     <source>build.sh -projecthelp</source>