Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kgilmer/ant-build-common

An ant build file that can be included in project build files that handles common tasks.
https://github.com/kgilmer/ant-build-common

Last synced: about 2 months ago
JSON representation

An ant build file that can be included in project build files that handles common tasks.

Awesome Lists containing this project

README

        

# ant-build-common
## Description
A file meant to be included with ant build files that includes the basic targets to build, test, and document Java projects. It requires no extra libraries, ant extensions, or other crap.

## Usage
Within an ant file (outside of a task) include the following bit:






## Top-level build
When building a product or project that consists of several ant-based projects, a top level ant script can be created that builds each project.