You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@apache.org on 2001/01/19 15:36:01 UTC

cvs commit: xml-xalan/java/xdocs/sources/xalan readme.xml

dleslie     01/01/19 06:36:01

  Modified:    java/xdocs/sources/xalan readme.xml
  Log:
  Edits to the Ant section.
  
  Revision  Changes    Path
  1.20      +11 -12    xml-xalan/java/xdocs/sources/xalan/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/readme.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- readme.xml	2001/01/11 18:31:29	1.19
  +++ readme.xml	2001/01/19 14:35:59	1.20
  @@ -62,7 +62,7 @@
    * <http://www.apache.org/>.
    -->
   <s1 title="Release Notes">
  -<p>&xslt4j-current; beta release</p>
  +<p>&xslt4j-current;</p>
    <ul>
     <li><link anchor="status">Status</link></li>
     <li><link anchor="build">Build Notes</link></li>
  @@ -140,10 +140,10 @@
   <anchor name="ant"/>
      <s3 title="Using Ant">
        <p>Apache <resource-ref idref="ant"/> is a flexible, powerful, and easy-to-use Java build tool that we include with the
  -     &xslt4j; distribution. The Ant JAR file is in the root directory along with a cross-platform XML build file (build.xml), a
  -     Windows32 batch file (build.bat) and a UNIX shell file (build.sh). The build file defines the "targets" that you can use Ant
  -     to build. The batch and shell files set up the classpath and launch Ant with the target (and any other arguments) you
  -     provide.</p>
  +     &xslt4j; distribution. The Ant JAR file is in the bin directory, and the cross-platform XML build file (build.xml) is in 
  +     the root directory along with a Windows32 batch file (build.bat) and a UNIX shell file (build.sh). The build file defines 
  +     the "targets" that you can use Ant to build. The batch and shell files set up the classpath and launch Ant with the target 
  +     (and any other arguments) you provide.</p>
        <p><em>Instructions for using Ant</em></p>
        <ol>
          <li>Set the JAVA_HOME environment variable to the JDK root directory.<br/><br/>
  @@ -161,15 +161,14 @@
        where <ref>target</ref> is nothing (for the default target) or one of the following.</p>
        <table>
          <tr><td><em>Target</em></td><td><em>What Ant does</em></td></tr>
  -       <tr><td>compile</td><td>compiles Xalan-J in build/classes.</td></tr>
  -       <tr><td>jar</td><td>creates xalan.jar in the build directory (the default)</td></tr>
  -       <tr><td>samples</td><td>compiles and jars the sample apps</td></tr>
  +       <tr><td>compile</td><td>compiles Xalan-Java in build/classes.</td></tr>
  +       <tr><td>jar (the default)</td><td>creates xalan.jar in the build directory</td></tr>
  +       <tr><td>samples</td><td>compiles and jars the sample apps in build/xalansamples.jar</td></tr>
  +       <tr><td>servlet</td><td>compiles and jars the sample servlet in build/xalanservlet.jar</td></tr>       
          <tr><td>docs</td><td>creates the HTML User's Guide in build/docs</td></tr>
          <tr><td>javadocs</td><td>generates the API documentation in ./build/docs/apidocs</td></tr>
  -       <tr><td>dist</td><td>creates a complete distribution in xalan-j_<ref>x</ref>_<ref>y</ref>_<ref>z</ref></td></tr>
  -       <tr><td>site</td><td> creates the website documentation tree in xml-site/target/xalan</td></tr>
  -       <tr><td>clean</td><td>purges the build, distribution, and site trees, and removes any document files placed
  -       in the source tree for doc and Javadoc builds</td></tr> 
  +       <tr><td>dist</td><td>generates a complete distribution tree with zip and tar.gz distribution files in build</td></tr>
  +       <tr><td>clean</td><td>purges the build and distribution</td></tr> 
     </table>
     <p>If you build a target that depends on other targets, Ant creates those other targets in the correct order.</p>
      </s3><anchor name="jar"/>