vote up 1 vote down star

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?

flag

75% accept rate

1 Answer

vote up 1 vote down check

The solution is to pass the following JVM options:

java -jar ... -logger org.apache.tools.ant.NoBannerLogger
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.