Ant Script Library

Overview

The Ant Script Library (ASL) is a collection of re-usable Ant scripts that can be imported into your own projects. The ASL provides a number of pre-defined targets that simplify setting up build scripts for a new project, bringing re-use and consistency to your own Ant scripts.

The ASL is licensed under the Apache License, version 2.0.

Example Usage

This is the simplest build.xml that makes use of the ASL:

<project name="hello-world" default="dist">
    <import file="ant-script-library/asl-java.xml"/>
</project>

Documentation

For more details, refer to the following:


Is there a problem or mistake on this page? Do you want to contribute some changes? Send me an email at joe@exubero.com.