Looks ok to me. Note that if there is any other class that ends with
"*Standard.java", that will also get excluded unless you also provide
the package in the EXCLUDE_FILES (with slashes).
/Erik
On 2017-03-27 22:48, Jonathan Gibbons wrote:
Build folk,
Please review this simple change to CompileInterim.gmk, to exclude the
old standard doclet
from the interim tools. The proposed new annotation for the class
cannot be compiled on JDK 8.
JBS: https://bugs.openjdk.java.net/browse/JDK-8177484
Webrev: http://cr.openjdk.java.net/~jjg/8177484/webrev.00/
-- Jon