Re: Spying on what Ant is doing

2012-10-06 Thread Jesse Glick
On 10/05/2012 09:16 PM, Kohsuke Kawaguchi wrote: an abstraction that capture common build spy events (source code in this directory got compiled with these libraries) across Ant/Maven/Gradle By way of background, the code Kohsuke alluded to earlier was in NetBeans; the Ant runner reports

Spying on what Ant is doing

2012-09-29 Thread Kohsuke Kawaguchi
Jesse showed me the other day how he had injected code into a running Ant process to figure out what's going on. I've took that and implemented it in Ant plugin. This is still a proof of concept, because I don't have time to get it fully done right now, such as exposing it for other plugins. The