Michael Allan’s files

Icon  Name                    Size  
[PAR] Parent Directory - [DIR] whole/ - [DIR] source/ - [DIR] javadoc/ - [DIR] clean/ - [DIR] android/ - [-js] ConfigReleaseDefault.js 872 [-js] ConfigDefault.js 4.9K [-js] Config.js 2.3K [-js] Build.js 16K

Scripts for building the Waymaker software.

Context assigned by the Nashorn load function (NashornLoadedContext)

The Nashorn load function appears to place each loaded script in the global context. Local definitions of the loading context are therefore invisible to the loaded script.

Portable loading of scripts (PortableLoad)

The Nashorn load function is apparently more reliable when loading files by URI. Anyway that's how I'm loading them. I think it's because I had problems with Windows at one point.