Development: buildinfoDescriptionTask to interactively create build information and versioning files, as well as changelog entries. This task will startup a Swing-GUI to edit a changelog.xml file. And it will create versioning (or build information) files in various formats (Java property files, XML files, C-Style Headerfiles) according to the changelog information. ParametersThis task supports the following parameters.
Nested ElementsThis task supports the following nested elements. sectionUsed to specify a build artifact or changelog section. For every section a build information or versioning file is created.
Examples<dll changelog="changelog.xml">
<section
name="My Module"
type="XML"
buildfile="mymodule-version.xml"
module="mymodule"
prefix="mymodule"
/>
<changelog> |