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?
+2
A:
The solution is to pass the following JVM options:
java -jar ... -logger org.apache.tools.ant.NoBannerLogger
JesperE
2008-09-29 14:29:05