sbailliez 2002/06/23 13:52:13 Modified: docs/manual Tag: ANT_15_BRANCH install.html Log: Little description of the directory layout... It looks like this doc needs some review and it will need to be changed before the release to accomodate the version. Reported by: [EMAIL PROTECTED] (Jonathan Russell) PR: 9401 Revision Changes Path No revision No revision 1.29.2.7 +20 -5 jakarta-ant/docs/manual/install.html Index: install.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/install.html,v retrieving revision 1.29.2.6 retrieving revision 1.29.2.7 diff -u -r1.29.2.6 -r1.29.2.7 --- install.html 5 Jun 2002 18:11:23 -0000 1.29.2.6 +++ install.html 23 Jun 2002 20:52:13 -0000 1.29.2.7 @@ -67,10 +67,25 @@ </p> <hr> <h2><a name="installing">Installing Ant</a></h2> -<p>The binary distribution of Ant consists of three directories: -<code>bin</code>, -<code>docs</code> and -<code>lib</code> +<p>The binary distribution of Ant consists of the following directory layout: +<pre> + ant + +--- bin // contains launcher scripts + | + +--- lib // contains Ant jars plus necessary dependencies + | + +--- docs // contains documentation + | +--- ant2 // a brief description of ant2 requirements + | | + | +--- images // various logos for html documentation + | | + | +--- manual // Ant documentation (a must read ;-) + | + +--- etc // contains xsl goodies to: + // - create an enhanced report from xml output of various tasks. + // - migrate your build files and get rid of 'deprecated' warning + // - ... and more ;-) +</pre> Only the <code>bin</code> and <code>lib</code> directories are required to run Ant. @@ -193,7 +208,7 @@ <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/optional</code> +on the CLASSPATH or added to the <code>lib</code> directory. See <a href="#librarydependencies">Library Dependencies</a> for a list of jar requirements for various features.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
