bodewig     2005/03/14 01:44:42

  Modified:    docs/manual install.html
  Log:
  We need a greedy compiler for bootstrap
  
  Revision  Changes    Path
  1.78      +4 -0      ant/docs/manual/install.html
  
  Index: install.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/install.html,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- install.html      7 Mar 2005 18:38:26 -0000       1.77
  +++ install.html      14 Mar 2005 09:44:42 -0000      1.78
  @@ -210,6 +210,10 @@
   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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to