https://github.com/jdigger/gant-common
Common build scripts for Gant
https://github.com/jdigger/gant-common
Last synced: 4 months ago
JSON representation
Common build scripts for Gant
- Host: GitHub
- URL: https://github.com/jdigger/gant-common
- Owner: jdigger
- Created: 2009-06-11T19:14:54.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2009-08-17T17:19:47.000Z (almost 16 years ago)
- Last Synced: 2025-01-13T10:24:05.833Z (6 months ago)
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This provides a set of common targets for Gant usage.
Usage:
In your project's build.gant file, add the following line:
includeTargets << new File("${gant_common}/common.gant")
where "gant_common" points to the directory of this project.
common.gant expects to find a build.properties file with at least these two entries in it:
project.name=myprojectname
project.version=######If you are doing a multi-project build, then you need to also specify
integration.repo.dir=/path/to/integration/repository
Finally, common.gant uses Ivy for dependency management, so an ivy.xml is required.