Depot Version
Home
Ant Tasks
Tools
API
Integration
 Apache Incubator > Depot > Version 

Depot Version: 'version-stamp' Ant Task

Description

Generation a Version 'stamp' (a Java class) into the source tree, from a provided version.

Parameters

AttributeDescriptionRequiredDefault
destDestination Root DirectoryYesN/A
versionIdVersion Identifier e.g. personal.my.stuff (typically your package name)YesN/A
overWriteOver-Write the current fileNofalse
dependentAllow a runtime dependencyupon the apache-depot-version distributionNofalse

Parameters specified as nested elements

version

The version nested element represents a version. It can be as simple as a version string (e.g. "1.2") or as complex as needed.

See: version

Parameters specified as text content

None

by Adam R. B. Jack