Ant: how do I disable all non-error messages?
- by java.is.for.desktop
Hello, everyone!
When running ant from command line on my Netbeans projects, I get the following messages hundreds of times, which is very annoying:
Trying to override old definition of task http://www.netbeans.org/ns/j2se-project/3:javac
Trying to override old definition of task http://www.netbeans.org/ns/j2se-project/3:depend
Trying to override old definition of task http://www.netbeans.org/ns/j2se-project/1:nbjpdastart
Trying to override old definition of task http://www.netbeans.org/ns/j2se-project/3:debug
Trying to override old definition of task http://www.netbeans.org/ns/j2se-project/1:java
Depending of the kind of the project, there can be much more of such lines.
And this is with the -q or -quiet option.
Any idea, how to disable this message?
Thank you!