-
Bug
-
Resolution: Fixed
-
P3
-
8
-
None
-
b112
-
generic
-
generic
load function loads scripts from
1) URLs
2) files
3) objects (with 'script' and 'name' properties)
4) Maps (with 'script' and 'name' properties)
load should support a way to load scripts from the classpath of the application as well. Users can manage this by passing explicit 'jar:' URLs - but that is difficult to manage in an app with many jars in classpath.
1) URLs
2) files
3) objects (with 'script' and 'name' properties)
4) Maps (with 'script' and 'name' properties)
load should support a way to load scripts from the classpath of the application as well. Users can manage this by passing explicit 'jar:' URLs - but that is difficult to manage in an app with many jars in classpath.