]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fixed a small mistake and explained about where "ant" comes from.
authorJeremias Maerki <jeremias@apache.org>
Thu, 27 Oct 2005 06:49:24 +0000 (06:49 +0000)
committerJeremias Maerki <jeremias@apache.org>
Thu, 27 Oct 2005 06:49:24 +0000 (06:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328813 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/trunk/compiling.xml

index 507a93a4d35516ef1539ffed98b584b8c46514bf..7de1278a8266b34f6912bc5ede4c6166e8eb88f9 100644 (file)
         The examples below are for running the shell script, but except for the build file extension, 
         the syntax is identical.
       </p>
+      <note>
+        The "ant.bat" and "ant.sh" are only available on your system if you've properly 
+        <a href="ext:ant/manual/">installed Apache Ant</a> and added Ant's location to the PATH 
+        environment variable.
+      </note>
       <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 
       </ul>
       <p>To run the build:</p>
       <source>ant.sh [target ...]</source>
-      <p>For example to do a normal build for the "package" target (which is the default):</p>
+      <p>For example to do a normal build for the "all" target (which is the default):</p>
       <source>ant.sh</source>
       <p>OR</p>
-      <source>ant.sh package</source>
+      <source>ant.sh all</source>
       <p>To clean the build directory first:</p>
-      <source>ant.sh clean package</source>
+      <source>ant.sh clean all</source>
+      <note>
+        If you want to shorten the build time you can just call the "package" target which
+        doesn't perform any automated tests during the build.
+      </note>
     </section>
     <section id="problems">
       <title id="Troubleshooting">Troubleshooting</title>