-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 12
-
Component/s: core-libs
-
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