-
Bug
-
Resolution: Fixed
-
P4
-
12
-
b23
-
generic
-
generic
The Ant script in make/nashorn needs a few updates:
- the javadoc task uses -linkoffline to link to the JDK9 API docs, but it uses a non-module package-list.
- the task to download the external YUI libraries does not support gzip encoding which the server does use. SeeJDK-8191133, we probably should enable gzip encoding for all http tasks.
- the javadoc task uses -linkoffline to link to the JDK9 API docs, but it uses a non-module package-list.
- the task to download the external YUI libraries does not support gzip encoding which the server does use. See