From: Andrew P. <ape...@42...> - 2013-12-05 15:32:02
|
This seems to work on my machine: Tidy tidy = new Tidy(); // // Fix/Ignore errors (the whole point of using JTidy). // tidy.setForceOutput(true); // // Hide spurious JTidy warnings and errors. // tidy.setQuiet(true); tidy.setShowWarnings(false); tidy.setShowErrors(0); On Wed, Dec 4, 2013 at 5:27 PM, Andrew Pennebaker <ape...@42...>wrote: > I can't setForceOutput(true), and hide the warning/error messages at the > same time. I tried setting a message listener, but it appears to be in > addition to the stderr output, rather than replacing it. > > Is this fixed in a more recent revision? > > -- > Cheers, > > Andrew Pennebaker > ape...@42... > -- Cheers, Andrew Pennebaker ape...@42... |