Browse Source

XML Parsing kit required.

Submitted by:	David H Elrod <dhelrod@rivendell.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267674 13f79535-47bb-0310-9956-ffa450edef68
master
Arnout J. Kuiper 25 years ago
parent
commit
fe219aa03f
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      docs/index.html

+ 6
- 0
docs/index.html View File

@@ -80,6 +80,12 @@ href="http://jakarta.apache.org/from-cvs/jakarta-tools/">http://jakarta.apache.o
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)


Loading…
Cancel
Save