https://bz.apache.org/bugzilla/show_bug.cgi?id=63438
--- Comment #6 from Alexander Grund <alexander.gr...@tu-dresden.de> --- https://bugs.openjdk.java.net/browse/JDK-8224266 has come to a resolution that this is NOT a bug in javadoc but intended and specified behavior. The issue in ant surfaced in 1.10.2 due to the removal of the `withDoclint` parameter and hence not passing `additionalparam="-Xdoclint:none"` to the javadoc target. Hence a fix is to revert that change and build without doclint by default. See also https://stackoverflow.com/questions/56750209/how-to-successfully-build-ant-source-code/59681717#59681717 -- You are receiving this mail because: You are the assignee for the bug.