Add main class to allow scripts etc to be tested
------------------------------------------------
Key: JEXL-70
URL: https://issues.apache.org/jira/browse/JEXL-70
Project: Commons JEXL
Issue Type: New Feature
Reporter: Sebb
Priority: Minor
I think it would be useful to include a main() class which could be used to
test scripts.
Something very simple, just one optional parameter which is the name of the
script file.
If omitted, then read expressions from System.in.
The app would evaluate the script/expression and print the return value.
If the JexlEngine is created using JexlScriptEngineFactory, then it would allow
easy testing of the JSR-223 features (i.e. JEXL object) as well.
WDYT?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.