I have got a long build.xml that contains plenty of targets. Some of them already not in use.
Is there any tool that can be used to figure which ant targets are being called inside this file. (of course that it won't be able to figure which targets are for external use that is being called from outside but with those I'll handle).
I open the build file in eclipse (version 3.5) but there is no such assisting tool.