+

Search Tips   |   Advanced Search

Use Ant to automate tasks

To support using Apache Ant with Java EE applications running on the application server, WAS v9 provides a copy of the Ant tool and a set of Ant tasks that extend the capabilities of Ant to include product-specific functions.

Ant is extended using Java classes. Instead of writing shell commands, XML-based configuration files reference a target tree in which various tasks are run.


Overview

By combining the following tasks with those provided by Ant, we can create build scripts that compile, package, install, and test the application on the application server:

For more detailed information about Ant, refer to the Apache organization website.


Use Ant to automate tasks

  • Manage shared libraries
  • Batch compiler ant task
  • Rational Application Developer documentation