Browse Source

We need a greedy compiler for bootstrap

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277923 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
c826a21820
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      docs/manual/install.html

+ 4
- 0
docs/manual/install.html View File

@@ -210,6 +210,10 @@ to the directory where the JDK is installed.
See <a href="#installing">Installing Ant</a>
for examples on how to do this for your operating system. </p>

<p><b>Note</b>: The bootstrap process of Ant requires a greedy
compiler like Sun's javac or jikes. It does not work with gcj or
kjc.</b>

<p>Make sure you have downloaded any auxiliary jars required to
build tasks you are interested in. These should either be available
on the CLASSPATH or added to the <code>lib</code>


Loading…
Cancel
Save