Sling/Scala weekly progress report.
Duration : 2nd June 2008 to 8th June 2008.
Progress:
1. Dummy ScalaScriptEngine loads successfully and prints the script
given to it. Script is displayed in the launchpad using ScriptContext.
Problems:
Unsolved:
1. The library which is necessary to run the Interpreter ( later the
compiler ) "scala.tools.nsc" is not loaded at startup of sling/scala bundle.
An exception is thrown indicating an error. Screenshots are attached to JIRA
510. Need some help to solve this error.
Perspective:
1. Load the "scala.tools.nsc" to use the scala Interpreter initially.
2. Replacing the Interpreter with Compiler for scala because Interpreter
can only execute one line at a time.