Depot Version Ant Tasks |
Ant Tasks | ||
Depot Version Ant Tasks are designed to enable versioning tasks with the minimal of developer effort. Versioning is primarily of interest to users, not developers, so for developers to accomodate a perhaps unknown future operator things need to be easy, easy, easy.
It implements the following ANT tasks:
- version-stamp -- generate (stamp) a version
- version-constraint -- generate constraints
- version-available -- do a runtime check (and set property)
- version-constraint-check -- generate constraints
- version-environment -- log/display runtime version info
- version-environment-check -- perform runtime constraint checkin
See Sample Scripts
by Adam R. B. Jack

