A toolkit which exposes the functionality of all the jakarta
ANT tasks to a desktop tool. It also provides an API to easily
integrate any/ all of the tasks to any application or use it with
a command line interface.
The functionality of ANT tasks already present for build processes
are utilized for daily activities and other applications. It uses
java’s reflection capability to find and load tasks and
to generate a GUI at runtime. This also means that anyone can
easily add new/ custom tasks to the list.