You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by David H Elrod <dh...@rivendell.com> on 2000/06/01 02:55:53 UTC

[PATCH] Ant documentation update - XML Parsing kit required.


Conor,
Thank you for your patience. I read the guidelines, and
am proposing the following patch to the ant documentation.

A proposed CVS checkin description is:

  Ant now requires XML Parsing packages.
  This release has been tested using Sun's "Java API for XML Parsing"
  kit, specifically, the packages in "jaxp.jar" and "parser.jar" are
  needed.

Please let me know of other things that would make this process
easier.

David



Index: index.html
===================================================================
RCS file: /home/cvspublic/jakarta-ant/docs/index.html,v
retrieving revision 1.20
diff -u -r1.20 index.html
- --- index.html	2000/05/24 14:35:20	1.20
+++ index.html	2000/05/31 15:36: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)



--------------------------------------------------------------------
David Hunter Elrod                   Rivendell Technologies, Inc
dhelrod@rivendell.com                1111 W. El Camino #109, PMB348
http://www.rivendell.com             Sunnyvale, CA 94087-0126
Voice: 650/254-1790                  Fax: 650/254-1792