customizing javadocExecutable in pom.xml breaks the build
Hi, I cannot find the release zip following the links in the download page. Am I missing something?
All good thanks.
2.25 -src zip misses doc and config, does not build
davmail now builds find without this patch and without Growl, this patch is now useless. Thank you! This can be closed.
As this affects the default Transformer implementation in openjdk 11 (which does not seem to obey INDENT properties), I think this should be worked around. The following patch works around the issue. --- a/src/test/java/org/htmlcleaner/AbstractHtmlCleanerTest.java +++ b/src/test/java/org/htmlcleaner/AbstractHtmlCleanerTest.java @@ -100,7 +100,16 @@ public abstract class AbstractHtmlCleanerTest { TransformerFactory tf = TransformerFactory.newInstance(); Transformer transformer = tf.newTransformer();...
I'm running the tests with java 11. Do you have any hint of where to look to understand this failure?
elementNames(org.htmlcleaner.HtmlCleanerTest) test failure