Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kgilmer/ant-build-common
- Owner: kgilmer
- Created: 2011-10-21T07:20:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-18T05:49:15.000Z (about 13 years ago)
- Last Synced: 2023-03-11T08:17:36.519Z (almost 2 years ago)
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.