index
:
cristal-kernel.git
2.3.2
2.3.3
2.4
idl-rewrite
ldap-refactor
ldap-refactor-saved
lookup
master
state
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
c2kernel
/
scripting
/
Script.java
Age
Commit message (
Expand
)
Author
2014-07-28
Label script before compiling. Remove Logger.debug call.
Andrew Branson
2014-07-28
Support pre-compilation of scripts if supported by the engine. Also does
Andrew Branson
2014-03-19
Set the class loader of the ScriptingEngine to the same as the Script
Andrew Branson
2013-07-15
Slacken the module script return type to Object, so it doesn't complain
Andrew Branson
2013-06-24
Set agent in module scripts to either current user or system.
Andrew Branson
2013-06-22
Give name to module init scripts to aid debugging
Andrew Branson
2013-06-18
Set script name so exceptions are more descriptive
Andrew Branson
2013-04-03
Remove rogue System.out
Andrew Branson
2013-02-27
Script testing and resulting fixes
Andrew Branson
2013-02-25
Throw error properly if script engine not found.
Andrew Branson
2013-02-14
Fold script console environment into Script.
Andrew Branson
2013-02-13
Global catch in Script extended to all Throwables.
Andrew Branson
2013-02-08
Logging and exception cleanup
Andrew Branson
2012-08-03
Logging and error message clean-up
Andrew Branson
2012-05-30
Initial Maven Conversion
Andrew Branson