From 9e6b22c433341710664b8a244f1d92e2f2ba3917 Mon Sep 17 00:00:00 2001 From: James Duncan Davidson Date: Wed, 6 Dec 2000 10:00:32 +0000 Subject: [PATCH] Updated instructions now that the .jars are history. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268319 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/anteater/bootstrap/README | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/proposal/anteater/bootstrap/README b/proposal/anteater/bootstrap/README index 1d551d508..95f6fd62a 100644 --- a/proposal/anteater/bootstrap/README +++ b/proposal/anteater/bootstrap/README @@ -22,10 +22,9 @@ downloading a build from somewhere? Ok. Here's how it works: installed on your machine. You can do a quick check using the 'javap sun.tools.javac.Main' command to see if it is. - * Make sure that you have a JAXP 1.1 compliant parser in your - classpath. The Bootstrap itself doesn't need XML parsing - classes, but Ant itself does. A good test for this is - 'javap javax.xml.parsers.DocumentBuilder' + * Make sure that you have xml-crimson checked out next to + the jakarta-ant workspace so that the Bootstrap can find + this necessary code. * Compile Bootstrap.java. You should end up with Bootstrap.class and maybe a few other classes (depending).