File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Ant, Maven and Other Build Tools and the fly likes Need to remove warning error messages Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Need to remove warning error messages" Watch "Need to remove warning error messages" New topic
Author

Need to remove warning error messages

bob morkos
Ranch Hand

Joined: Oct 06, 2003
Posts: 56
When I run Ant, I get a lot of warning messages. How do I disable this functionality in Ant. Thanks in advance.
madhav srimadh
Greenhorn

Joined: Apr 02, 2004
Posts: 4
Hi:
It's important to ensure where the warnings are coming from and that they
are not critical before you disable them.
It depends on what target is causing the warnings. If it's the javac for compiling the sources set "nowarn" to "on". If they're ant messages, using
the "quiet" option may work.
HTH!
--MS
 
 
subject: Need to remove warning error messages
 
Threads others viewed
cruise control message priorities
warning messaged during compile
[newbie] ant don't show warning messages
checkstyle help
Presentation of the Validation Warnings
developer file tools