$ strace -f ant > out.txt 2>&1
$ grep "stat.*java" out.txt  | wc -l
32933
WTF?  No wonder our build times suck.  I still have yet to hear a rationale for the existence of ant that had any more substance than “but make uses tabs!”
$ strace -f ant > out.txt 2>&1
$ grep "stat.*java" out.txt  | wc -l
32933
WTF?  No wonder our build times suck.  I still have yet to hear a rationale for the existence of ant that had any more substance than “but make uses tabs!”