[root]/proposal/anteater/source/coretasks/buildtarget
org
(0 files, 0 lines)
apache
(0 files, 0 lines)
ant
(0 files, 0 lines)
buildtarget
(0 files, 0 lines)
Zap the bootstrap stuff
0 lines of code changed in:
A small task example that illustrates something... A long time ago I
argued against "if" logic as part of the defined part of Ant stating
that all logic really should go into tasks. Now that the object model
is clean enough, it becomes silly obvious how to do this without requiring
the addition of any if/unless attributes in the target definitions themselves.
The build target task takes a target name and, optionally a if property. If
the property is used and is "true", then the target is executed by calling
the appropriate functionality on the Project object.
0 lines of code changed in: