Printing Ant target execution time

后端 未结 4 466
广开言路
广开言路 2020-12-14 08:13

I want to print the execution time taken for each individual Ant target and its dependent targets.



        
4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-14 08:40

    Use one of the listeners from Ant add-on task collections:

    • antutility
    • antelope
    • antcontrib With -listener net.sf.antcontrib.perf.AntPerformanceListener

    Or check their sources, and roll your own listener.

提交回复
热议问题