| <?xml version="1.0"?> |
| |
| <document> |
| |
| <properties> |
| <title>Turbine Installation</title> |
| <author email="a@a.com">Turbine Documentation Team</author> |
| </properties> |
| |
| <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 <code>build.xml</code> contains many Ant tasks. These are run by |
| typing from the command line: |
| |
| <ul> |
| ant <taskname> |
| </ul> |
| |
| For example, to run the task which generates the turbine-pool.jar type; |
| |
| <ul> |
| ant <pool></ul> |
| </p> |
| |
| <p> |
| Other Ant tasks in build.xml include; |
| </p> |
| |
| <p> |
| <ul> |
| usage - Shows a list of Ant Tasks available. <br /> |
| compile - Compiles the source code.<br /> |
| jar - Generates the turbine.jar file ( default ). <br /> |
| jarsrc - Generates the turbine.src.jar file with source only.<br /> |
| pool - Generates the Turbine Connection Pool jar.<br /> |
| docs - Generates the HTML documentation from the XML files in xdocs.<br /> |
| javadocs - Generates the API Information.<br /> |
| package-zip - Generates the Turbine distribution as a ZIP archive.<br /> |
| package-tgz - Generates the Turbine distribution as a TAR.GZ archive.<br /> |
| run-tests - Runs all available testcases.<br /> |
| torque - Generates a torque.jar for stand-alone use. <br /> |
| clean - Cleans up the build directory. |
| |
| </ul> |
| </p> |
| |
| </section> |
| |
| </body> |
| </document> |