RELEASE_README

changeset 0
b1a7da25b547
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/RELEASE_README	Wed Apr 27 01:36:41 2016 +0800
     1.3 @@ -0,0 +1,20 @@
     1.4 +The Nashorn repo is in the process of being migrated to OpenJDK and as such is
     1.5 +incomplete in several areas.
     1.6 +
     1.7 +- The build system is not fully integrated.  When complete, Nashorn will be
     1.8 +installed in its proper location in the JRE.
     1.9 +
    1.10 +- Once integrated, the correct version of the JDK will be wrapped around 
    1.11 +Nashorn.  In the meantime, ensure you use JDK8 b68 or later.
    1.12 +
    1.13 +- The jjs tool has not been implemented in binary form yet.  Use "sh bin/jjs" 
    1.14 +(or bin/jjs.bat on windows) in the interm.
    1.15 +
    1.16 +- The Dynalink component is not fully integrated into Nashorn as yet, but will
    1.17 +be when details are finalized.
    1.18 +
    1.19 +- And, finally Nashorn is still in development.  To stay up to date, subscribe
    1.20 +to nashorn-dev@openjdk.java.net at
    1.21 +
    1.22 +    http://mail.openjdk.java.net/mailman/listinfo/nashorn-dev.
    1.23 +

mercurial