> -----Original Message-----
> From: KARR, DAVID [mailto:dk0...@att.com]
> Sent: Monday, March 19, 2012 11:48 AM
> To: user@ant.apache.org
> Subject: How do I trace where a target was called from in a complicated
> build?
> 
> I'm working with a complex build that calls the "clean" target at some point. 
>  I
> need to figure out how/where that target is referenced.  I've turned on Ant
> verbose output, but none of the additional information that produces helps
> me understand why "clean" was called.  How can I trace how/where this
> target was called?

I have good luck with grand (http://www.ggtools.net/grand/),  our Ant 
dependency graph is denser than our code dependency graphs, and it seems to 
traverse includes just fine (each source module has an Ant build file that 
includes the master build file and then overrides only what is necessary and I 
can run the inherited graph generating target from any of the individual 
modules' build file)

----------------------------------------------------------------------
This e-mail, including any attached files, may contain confidential and 
privileged information for the sole use of the intended recipient.  Any review, 
use, distribution, or disclosure by others is strictly prohibited.  If you are 
not the intended recipient (or authorized to receive information for the 
intended recipient), please contact the sender by reply e-mail and delete all 
copies of this message.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to