Printing Ant target execution time

后端 未结 4 507
广开言路
广开言路 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:24

    There is the TStamp task that you can use to demark your other tasks.

    See here: http://ant.apache.org/manual/Tasks/tstamp.html

    There is some extension/addon that will do it all for you without having to do this. Will scrabble around for it if no-one comes up with it first.

提交回复
热议问题