Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 80726 invoked by uid 500); 6 Dec 2000 10:00:34 -0000 Delivered-To: apmail-jakarta-ant-cvs@apache.org Received: (qmail 80703 invoked by uid 1044); 6 Dec 2000 10:00:33 -0000 Date: 6 Dec 2000 10:00:33 -0000 Message-ID: <20001206100033.80701.qmail@locus.apache.org> From: duncan@locus.apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/proposal/anteater/bootstrap README duncan 00/12/06 02:00:32 Modified: proposal/anteater/bootstrap README Log: Updated instructions now that the .jars are history. Revision Changes Path 1.2 +3 -4 jakarta-ant/proposal/anteater/bootstrap/README Index: README =================================================================== RCS file: /home/cvs/jakarta-ant/proposal/anteater/bootstrap/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README 2000/12/06 08:08:30 1.1 +++ README 2000/12/06 10:00:32 1.2 @@ -22,10 +22,9 @@ 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).