You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by du...@locus.apache.org on 2000/12/06 11:00:33 UTC

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).