Hi,
There is nasgen dependency with nashorn - nashorn classes are
post-processed by nasgen (build time) tool. And hence it is built by a
separate make target.
Thanks,
-Sundar
On 11/14/2015 12:02 AM, Michel Trudeau wrote:
[adding nashorn dev list]
Thanks,
Michel
Maurizio Cimadamore wrote:
Hi,
in the context of the IntelliJ project I am mantaining, do you know
why jdk.scripting.nashorn doesn't seem to be listed in the make
variable $(ALL_JAVA_MODULES) ?
A small grep is giving me this:
make/CompileJavaModules.gmk:ALL_JAVA_MODULES := $(filter-out
jdk.scripting.nashorn, $(call FindJavaModules))
is it better to use $(call FindJavaModules) instead?
Thanks
Maurizio