I want to print the execution time taken for each individual Ant target and its dependent targets.
If you're using ant-contrib, then there is a stopwatch task. Put it at the top and bottom of each target and it will report the elapsed and total times.
http://ant-contrib.sourceforge.net/tasks/tasks/index.html