Browse Source

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
master
James Duncan Davidson 24 years ago
parent
commit
9e6b22c433
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      proposal/anteater/bootstrap/README

+ 3
- 4
proposal/anteater/bootstrap/README View File

@@ -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 installed on your machine. You can do a quick check using
the 'javap sun.tools.javac.Main' command to see if it is. 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 * Compile Bootstrap.java. You should end up with Bootstrap.class
and maybe a few other classes (depending). and maybe a few other classes (depending).


Loading…
Cancel
Save