Reputation: 153
I just want the errors, and nothing else, to be printed out for now. Thanks :)
Upvotes: 14
Views: 10958
Reputation: 262474
Have you tried
<javac .... nowarn="on">
Note that this does not disable all kinds of warnings.
Upvotes: 16