vmote       2003/10/16 08:06:33

  Modified:    src/documentation/content/xdocs compiling.xml
  Log:
  partially implement patch submitted by Clay Leeds (see 
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23821)
  
  Revision  Changes    Path
  1.10      +5 -9      xml-fop/src/documentation/content/xdocs/compiling.xml
  
  Index: compiling.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/compiling.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- compiling.xml     15 Sep 2003 20:54:01 -0000      1.9
  +++ compiling.xml     16 Oct 2003 15:06:33 -0000      1.10
  @@ -20,19 +20,17 @@
           <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 @@
       <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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to