summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/scripting/Script.java
AgeCommit message (Collapse)Author
2014-08-25Require integers for all resource versionsAndrew Branson
2014-07-28Label script before compiling. Remove Logger.debug call.Andrew Branson
2014-07-28Support pre-compilation of scripts if supported by the engine. Also doesAndrew Branson
this during testing to catch script syntax errors during build. Client shell detects these error and declares them pre-execution.
2014-03-19Set the class loader of the ScriptingEngine to the same as the ScriptAndrew Branson
class, instead of the thread context one. Should solve problems with Jetty etc.
2013-07-15Slacken the module script return type to Object, so it doesn't complainAndrew Branson
with default returns
2013-06-24Set agent in module scripts to either current user or system.Andrew Branson
2013-06-22Give name to module init scripts to aid debuggingAndrew Branson
2013-06-18Set script name so exceptions are more descriptiveAndrew Branson
2013-04-03Remove rogue System.outAndrew Branson
2013-02-27Script testing and resulting fixesAndrew Branson
2013-02-25Throw error properly if script engine not found.Andrew Branson
Fixes #104
2013-02-14Fold script console environment into Script.Andrew Branson
Add support for 'textFiles/consoleScript.lang.txt' console function declarations in kernel and modules. Use that context for ScriptConsole network consoles and new ShellConsole client process.
2013-02-13Global catch in Script extended to all Throwables.Andrew Branson
2013-02-08Logging and exception cleanupAndrew Branson
2012-08-03Logging and error message clean-upAndrew Branson
Logger.debug(String) now deprecated so they're easier to spot when left in.
2012-05-30Initial Maven ConversionAndrew Branson