Search code examples
eclipseanteclipse-pdeantrunner

Customizing AntRunner output


I'm using Eclipse's AntRunner to build a set of plugins, but I'm having trouble in configuring the logging behavior. Specifically, I'd like AntRunner not to display empty tasks. Anybody knows how to do this?


Solution

  • The solution is to pass the following JVM options:

    java -jar ... -logger org.apache.tools.ant.NoBannerLogger