Turbine

Essentials

Get Involved

Documentation

Howto Guides

Development

Installing Ant

See the Ant documentation for instructions.


Ant Tasks available in build.xml

The build.xml contains many Ant tasks. These are run by typing from the command line:

    ant <taskname>
For example, to run the task which generates the turbine-pool.jar type;
    ant <pool>

Other Ant tasks in build.xml include;

    usage - Shows a list of Ant Tasks available.
    compile - Compiles the source code.
    jar - Generates the turbine.jar file ( default ).
    jarsrc - Generates the turbine.src.jar file with source only.
    pool - Generates the Turbine Connection Pool jar.
    docs - Generates the HTML documentation from the XML files in xdocs.
    javadocs - Generates the API Information.
    package-zip - Generates the Turbine distribution as a ZIP archive.
    package-tgz - Generates the Turbine distribution as a TAR.GZ archive.
    run-tests - Runs all available testcases.
    torque - Generates a torque.jar for stand-alone use.
    clean - Cleans up the build directory.



Copyright © 1999-2001, Apache Software Foundation