From: Andrew P. <ape...@42...> - 2013-12-04 22:09:22
|
Ah, I found with `mvn dependency:tree` that my dependencies was pulling in an older version of jtidy. I've added <exclusions>, and now the r938 jtidy I'm pulling in does offer setForceOutput(boolean) without complaint. :) On Wed, Dec 4, 2013 at 4:49 PM, Andrew Pennebaker <ape...@42...>wrote: > Maven lists an old JTidy, r938. > > http://search.maven.org/#search|ga|1|jtidy > > Meanwhile, source trunk is at r1261. > > http://sourceforge.net/p/jtidy/code/HEAD/tree/trunk/ > > Is there a stable revision between these that we can publish to the > Central Maven repo? > > Specifically, I would like to configure my tidy instance to > forceOutput(true), but r938 doesn't make this easy. This feature is my main > reason for using JTidy, but I can't get my r938 tidy POJO configured to > behave this way, it's not writing anything. > > -- > Cheers, > > Andrew Pennebaker > ape...@42... > -- Cheers, Andrew Pennebaker ape...@42... |