summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/scripting/Script.java
AgeCommit message (Expand)Author
2014-01-23Refactored Resource into a new ResourceLoader interface, which allowsAndrew Branson
2013-11-183.0-SNAPSHOT (Will be first open source version)Andrew Branson
2013-07-15Slacken the module script return type to Object, so it doesn't complainAndrew Branson
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
2013-02-14Fold script console environment into Script.Andrew Branson
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
2012-05-30Initial Maven ConversionAndrew Branson