We are using ANT version 1.6.5. We want to add more information in the ANT output. Not only which tag is being executed but also thread id, current time, and other stuff that ANT tags are doing (through some logger framework like Log4J).
We tried to add "ant -listener org.apache.tools.ant.listener.Log4jListener" but it didn't work. Is it possible to configure Log4J in ANT? How can we pass the Log4J.properties to be used by ant process? Regards. Guillermo.