RunScript Command

Description
provides a command to run scripts using JSR 223 engines (JavaScript, Jython, Groovy, ...) deployed on the JVM.
provides also a extender running scripts located in the installed bundles when starting or stopping.

Usage

runscript [help|base|list|prop] : this help
runscript base             : define the base for relative urls
runscript        : start a script from the url
runscript                  : run a script. the language is defining by the file/url extension
runscript engines               : list the available JSR223 engines
runscript prop [ ] : display/set trace properties

Author
Felix Project Team

License
ASL 2.0

Services
org.apache.felix.shell.Command

Properties

Requirements
TODO


Run the demo
To run the demo of this bundle, enter in the Felix shell the following commands

Typical Usages

  • quick services assembling/prototyping
  • TODO (contributions are welcome)