Peter Donald wrote: > I would like to do Ant2 logging with logkit. I'm completely with Conor here - logging should be done through BuildListeners - feel free to write one for Logkit or Log4J or whatever. I don't get the point of hierarchical logging, sorry. TaskContainers won't make that any more difficult than subbuilds already do in Ant1 - and it is up to the BuildListener to do something with the information, that a task is running in a subbuild (the XmlLogger uses this info, while the DefaulLogger completly ignores it). Stefan