>Does anybody know if there is a way to turn off the console output when
>running checkstyle?
you can always use javaw.exe instead of java.exe or
java.exe >nul:
see http://mindprod.com/jgloss/console.html
for details.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
buenos79@hotmail.com - 09 Mar 2006 19:41 GMT
I'm trying to use the checkstyle ant task though.
Greg R. Broderick - 12 Apr 2006 19:42 GMT
buenos79@hotmail.com wrote in news:1141933265.292014.207600
@e56g2000cwe.googlegroups.com:
> I'm trying to use the checkstyle ant task though.
http://checkstyle.sourceforge.net/anttask.html
I'd suggest trying the <formatter> nested element of the checkstyle task.
Cheers
GRB