Re: javax.script (was: [VOTE] Apache Maven Script Interpreter 1.0)

2011-11-16 Thread Olivier Lamy
Good idea to use this javax.script.* API. IMHO Something to change for next release. 2011/11/16 Jesse Glick : > Did you consider using the standard javax.script.* API instead of some or > all of these interfaces? That would permit automatic support for many > languages by just dropping the JAR wit

javax.script (was: [VOTE] Apache Maven Script Interpreter 1.0)

2011-11-15 Thread Jesse Glick
Did you consider using the standard javax.script.* API instead of some or all of these interfaces? That would permit automatic support for many languages by just dropping the JAR with the (non-Maven-specific) META-INF/services/javax.script.ScriptEngineFactory into the classpath/realm, and offers r