On 2012-03-19, KARR, DAVID wrote: > 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?
ant -p -debug gives you the dependencies of each target without actually running the build. We don't have the opposite of it, unfortunately. If all else fails, Vizant[1] may help, I'm not sure whether it understands <import>/<include>, though. Stefan [1] http://vizant.sourceforge.net/ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org