Is there a "which" type feature for ANT that would allow me to discover which
task ant is executing? Let's just say that I have "a few" tasks, and some
overriding going on, and it is sometimes hard to track down where a task exists.
Is there something that can do this for me?
Thanks.
I have found an issue with the new ANT 1.6.2 version. Using the WAR or
JAR task, empty directories are not created. I verified on both Windows
and UNIX that 1.6.1 doesn't have this problem but 1.6.2 does. I checked
the ANT bug database and found that someone submitted a bug for the same
reason b