Development: buildpropertyDescriptionTask to set Ant properties according to a build information file created using the task buildinfo. This task sets the following properties (where <prefix> is the prefix you specified as parameter "propertyprefix", see below):
ParametersThis task supports the following parameters. Note: Most "build..." parameters are the same as in the section element of the buildinfo task.
Nested ElementsThis task does not support any nested elements. Examples<buildproperty buildfile="mymodule-version.xml" buildtype="xml" propertyprefix="mymodule-version" /> After execution of this task the properties may be accessed in the usual Ant manner, e.g. with ${mymodule-version.date} |