Ant
Events specific for Apache Ant build framework are displayed on the "Ant" tab. The tab is not visible if there are no Ant events in the build.
Summary
"Ant summary" shows total Ant duration, the number of executed targets and tasks. Longest target and tasks are presented as bar chart. They are clickable, and you can navigate to the build timeline, and see their position among other events.
Timeline
Ant timeline focuses on Ant events: targets and tasks.
Tasks
The "Ant tasks" section groups tasks by name and shows full traces of build events where they were originated.
For every task the "Duration" column displays sum of durations of its executions.
For example, task javac
was executed 2 times in a build. Then
the "Duration" column will show sum of durations of both executions, and javac
node will have 2 traces where javac
was triggered.