You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Olivier Lamy <ol...@apache.org> on 2011/11/15 17:51:49 UTC

[VOTE] Apache Maven Script Interpreter 1.0

Hi,
I'd like to release first version of Apache Maven Script Interpreter.
This shared library is an extraction of the code from
maven-invoker-plugin to execute bsh/groovy scripts.
The goal is to reuse this component in other mojos.

Staging repository:
https://repository.apache.org/content/repositories/maven-190/
Staging site: http://maven.apache.org/shared/maven-script-interpreter/

Vote open for 72H.

Here my +1.

Thanks,
-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Olivier Lamy <ol...@apache.org>.
Good idea to use this javax.script.* API.
IMHO Something to change for next release.

2011/11/16 Jesse Glick <je...@oracle.com>:
> 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 richer features such as precompilation.
>
> The API is part of Java 6 but could easily be packaged as a standalone
> artifact for use with Java 5. Rhino (JS) is available automatically in JDK
> 6+.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>



-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Jesse Glick <je...@oracle.com>.
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 richer features such as precompilation.

The API is part of Java 6 but could easily be packaged as a standalone artifact for use with Java 5. Rhino (JS) is available automatically in JDK 6+.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Apache Maven Script Interpreter 1.0

Posted by Benson Margulies <bi...@gmail.com>.
+1 non binding & can I add JavaScript next

On Nov 15, 2011, at 11:52 AM, Olivier Lamy <ol...@apache.org> wrote:

> Hi,
> I'd like to release first version of Apache Maven Script Interpreter.
> This shared library is an extraction of the code from
> maven-invoker-plugin to execute bsh/groovy scripts.
> The goal is to reuse this component in other mojos.
>
> Staging repository:
> https://repository.apache.org/content/repositories/maven-190/
> Staging site: http://maven.apache.org/shared/maven-script-interpreter/
>
> Vote open for 72H.
>
> Here my +1.
>
> Thanks,
> --
> Olivier Lamy
> Talend: http://coders.talend.com
> http://twitter.com/olamy | http://linkedin.com/in/olamy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: [VOTE] Apache Maven Script Interpreter 1.0

Posted by Robert Scholte <rf...@codehaus.org>.
+1, I've added the script-interpreter to the sql-maven-plugin and it works fine.

 

-Robert

----------------------------------------
> Date: Tue, 15 Nov 2011 17:22:39 +0000
> Subject: Re: [VOTE] Apache Maven Script Interpreter 1.0
> From: stephen.alan.connolly@gmail.com
> To: dev@maven.apache.org
>
> +1 (binding)
>
> On 15 November 2011 16:51, Olivier Lamy <ol...@apache.org> wrote:
> > Hi,
> > I'd like to release first version of Apache Maven Script Interpreter.
> > This shared library is an extraction of the code from
> > maven-invoker-plugin to execute bsh/groovy scripts.
> > The goal is to reuse this component in other mojos.
> >
> > Staging repository:
> > https://repository.apache.org/content/repositories/maven-190/
> > Staging site: http://maven.apache.org/shared/maven-script-interpreter/
> >
> > Vote open for 72H.
> >
> > Here my +1.
> >
> > Thanks,
> > --
> > Olivier Lamy
> > Talend: http://coders.talend.com
> > http://twitter.com/olamy | http://linkedin.com/in/olamy
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 		 	   		  
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Apache Maven Script Interpreter 1.0

Posted by Stephen Connolly <st...@gmail.com>.
+1 (binding)

On 15 November 2011 16:51, Olivier Lamy <ol...@apache.org> wrote:
> Hi,
> I'd like to release first version of Apache Maven Script Interpreter.
> This shared library is an extraction of the code from
> maven-invoker-plugin to execute bsh/groovy scripts.
> The goal is to reuse this component in other mojos.
>
> Staging repository:
> https://repository.apache.org/content/repositories/maven-190/
> Staging site: http://maven.apache.org/shared/maven-script-interpreter/
>
> Vote open for 72H.
>
> Here my +1.
>
> Thanks,
> --
> Olivier Lamy
> Talend: http://coders.talend.com
> http://twitter.com/olamy | http://linkedin.com/in/olamy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Apache Maven Script Interpreter 1.0

Posted by John Casey <jd...@commonjava.org>.
+1 (binding)

On 11/15/11 11:51 AM, Olivier Lamy wrote:
> Hi,
> I'd like to release first version of Apache Maven Script Interpreter.
> This shared library is an extraction of the code from
> maven-invoker-plugin to execute bsh/groovy scripts.
> The goal is to reuse this component in other mojos.
> 
> Staging repository:
> https://repository.apache.org/content/repositories/maven-190/
> Staging site: http://maven.apache.org/shared/maven-script-interpreter/
> 
> Vote open for 72H.
> 
> Here my +1.
> 
> Thanks,


-- 
John Casey
Developer, PMC Chair - Apache Maven (http://maven.apache.org)
Blog: http://www.johnofalltrades.name/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org