Hi,
example.xml seems to be missing from the -src zip.
This breaks the test suite :
[ERROR] Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.275 s <<< FAILURE! - in org.htmlcleaner.TagBalancingTest
[ERROR] testTagProvidersHTML4(org.htmlcleaner.TagBalancingTest) Time elapsed: 0.005 s <<< ERROR!
org.htmlcleaner.HtmlCleanerException: Error parsing tag configuration file!
at org.htmlcleaner.TagBalancingTest.testTagProvidersHTML4(TagBalancingTest.java:115)
Caused by: java.io.FileNotFoundException: example.xml (No such file or directory)
at org.htmlcleaner.TagBalancingTest.testTagProvidersHTML4(TagBalancingTest.java:115)
(Also the convention for naming the src zip has changed from putting -src after the version information to putting it before).
Thanks.
This is fixed in 2.23 and can be closed.