[root]/proposal/anteater/source
coretasks
(0 files, 0 lines)
buildtarget
(0 files, 0 lines)
org
(0 files, 0 lines)
apache
(0 files, 0 lines)
ant
(0 files, 0 lines)
buildtarget
(0 files, 0 lines)
echo
(0 files, 0 lines)
org
(0 files, 0 lines)
apache
(0 files, 0 lines)
ant
(0 files, 0 lines)
echo
(0 files, 0 lines)
main
(0 files, 0 lines)
org
(0 files, 0 lines)
apache
(0 files, 0 lines)
ant
(0 files, 0 lines)
cli
(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.
2 lines of code changed in:
Removed last legacy of Ant.java and have settled a bit on how front
ends use core... In order for a front end to run a build, it first
creates a ProjectBuilder, loads a Project from it, then can run a
build on that Project. What still needs a bit of looking after is
creating a project from scratch (such as a GUI might do) and then
executing it. Later.
13 lines of code changed in:
Initial checkin
5 lines of code changed in: