The Ant build toolkit contains Ant tasks that communicate
build status and results to the Jazz™ Team Server.
To use these Ant tasks in your scripts,
from installdir/buildsystem/buildtoolkit/BuildToolkitTaskDefs.xml,
where installdir is the location where you installed
the Ant build toolkit, copy the various taskdef entries in the BuildToolkitTaskDefs.xml file
to your project's Ant script. You can also use your Ant script to
import the taskdef file.
Note: If you use command line builds that
need to call out to the Ant toolkit, add the location of the buildtoolkit directory
to the Ant library path when invoking Ant. Typically, you perform
this task by using the -lib argument to Ant. For
example: ant -f build.xml -lib installdir/buildsystem/buildtoolkit.