donaldp 00/12/04 21:31:56
Modified: docs index.html Log: Added note about dependent jars. Revision Changes Path 1.165 +1 -0 jakarta-ant/docs/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/index.html,v retrieving revision 1.164 retrieving revision 1.165 diff -u -r1.164 -r1.165 --- index.html 2000/12/01 15:56:39 1.164 +++ index.html 2000/12/05 05:31:55 1.165 @@ -114,6 +114,7 @@ <p>Set the JAVA_HOME environment variable. This should be set 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>Make sure you have downloaded any auxilliary jars required to build tasks you are interested in. The list of auxilliary tasks and requirements is in lib/README </p> <p>Run <code>bootstrap.bat</code> (Windows) or <code>bootstrap.sh</code> (UNIX) to build a bootstrap version of Ant.</p> <p>When finished, use</p>
