dlr 01/05/22 15:10:27 Modified: xdocs install.xml Log: Brought docs more up to date. Unsure about the status of the pool example. Revision Changes Path 1.14 +14 -6 jakarta-turbine/xdocs/install.xml Index: install.xml =================================================================== RCS file: /home/cvs/jakarta-turbine/xdocs/install.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- install.xml 2001/05/17 07:30:00 1.13 +++ install.xml 2001/05/22 22:10:23 1.14 @@ -9,20 +9,29 @@ <body> +<section name="Installing Ant"> + +<p> +See the <a href="http://jakarta.apache.org/ant/manual/install.html">Ant +documentation</a> for instructions. +</p> + +</section> + <section name="Ant Tasks available in build.xml"> <p> -The build-turbine.xml contains many Ant tasks. These are run by typing from the command line; +The <code>build.xml</code> contains many Ant tasks. These are run by +typing from the command line: <ul> - build taskname + ant <taskname> </ul> -for example, to run the task which generates the turbine-pool.jar type; +For example, to run the task which generates the turbine-pool.jar type; <ul> - build pool -</ul> + ant <pool></ul> </p> <p> @@ -51,4 +60,3 @@ </body> </document> - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
