From fe219aa03fa9ffcfbd75b95631bca5dff4b4592c Mon Sep 17 00:00:00 2001 From: "Arnout J. Kuiper" Date: Thu, 1 Jun 2000 06:54:52 +0000 Subject: [PATCH] XML Parsing kit required. Submitted by: David H Elrod git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267674 13f79535-47bb-0310-9956-ffa450edef68 --- docs/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/index.html b/docs/index.html index bb61601c2..20d70c5d4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -80,6 +80,12 @@ href="http://jakarta.apache.org/from-cvs/jakarta-tools/">http://jakarta.apache.o build Ant from the source code.


Building Ant

+

+ Download and install the Java API for XML Parsing kit from + http://java.sun.com/xml. + Make sure the "jaxp.jar" and "parser.jar" files are in your class + path. +

Go to the directory jakarta-ant.

Make sure the JDK is in you path.

Run bootstrap.bat (Windows) or bootstrap.sh (UNIX)