arnout 00/05/31 23:54:53
Modified: docs index.html Log: XML Parsing kit required. Submitted by: David H Elrod <[EMAIL PROTECTED]> Revision Changes Path 1.21 +6 -0 jakarta-ant/docs/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/index.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- index.html 2000/05/24 14:35:20 1.20 +++ index.html 2000/06/01 06:54:52 1.21 @@ -80,6 +80,12 @@ build Ant from the source code.</p> <hr> <h2><a name="buildingant">Building Ant</a></h2> +<p> + Download and install the Java API for XML Parsing kit from + <a href="http://java.sun.com/xml">http://java.sun.com/xml</a>. + Make sure the "jaxp.jar" and "parser.jar" files are in your class + path. +</p> <p>Go to the directory <code>jakarta-ant</code>.</p> <p>Make sure the JDK is in you path.</p> <p>Run <code>bootstrap.bat</code> (Windows) or <code>bootstrap.sh</code> (UNIX)
