Re: [VOTE] Release Math 2.0

2009-07-30 Thread Bill Barker
- Original Message - From: "Phil Steitz" To: "Commons Developers List" Sent: Thursday, July 30, 2009 4:55 PM Subject: [VOTE] Release Math 2.0 The release distributions are here: http://people.apache.org/~psteitz/commons-math-2.0-RC3/ The tag is here: http://svn.apache.org/repos/as

[JEXL] 2.0 JSR-223 initial implementation added - what next?

2009-07-30 Thread sebb
I've finished the implementation of a basic Jexl ScriptEngine for JSR-223. Several items remain to be resolved: The current implementation only has direct access to the ENGINE_SCOPE bindings. If we wish to give direct access to GLOBAL_SCOPE, how should this be managed? Perhaps use a name prefix

Re: [jexl] svn commit: r799042

2009-07-30 Thread sebb
On 30/07/2009, Rahul Akolkar wrote: > On Wed, Jul 29, 2009 at 7:39 PM, sebb wrote: > > On 30/07/2009, Rahul Akolkar wrote: > >> On Wed, Jul 29, 2009 at 7:02 PM, Jörg Schaible > wrote: > >> > Rahul Akolkar wrote: > >> > > >> > [snip] > >> >> I have to step out in a minute or two (I can

[VOTE] Release Math 2.0

2009-07-30 Thread Phil Steitz
The release distributions are here: http://people.apache.org/~psteitz/commons-math-2.0-RC3/ The tag is here: http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_0_RC3 Votes, please. This vote will close in 72 hours (01:00 GMT 2-Aug-09) Thanks! Phil

Re: [jexl] svn commit: r799042

2009-07-30 Thread Rahul Akolkar
On Wed, Jul 29, 2009 at 7:39 PM, sebb wrote: > On 30/07/2009, Rahul Akolkar wrote: >> On Wed, Jul 29, 2009 at 7:02 PM, Jörg Schaible wrote: >>  > Rahul Akolkar wrote: >>  > >>  > [snip] >>  >> I have to step out in a minute or two (I can try later), but what I'd >>  >> try is to make the complete

Re: [JEXL] 2.0 and BSF / JSR-223

2009-07-30 Thread Henrib
sebb-2-2 wrote: > > The code I'm working on currently uses JexlEngine (whatever that > represents). > > It would be possible to add another factory implementation, provided > that it had a different language name and default extension. > > Or the JexlScriptEngine could be sensitive to particu

Re: [JEXL] 2.0 and BSF / JSR-223

2009-07-30 Thread sebb
On 30/07/2009, Henrib wrote: > > Thanks again for the explanation. > > Just one question: are we "exposing" Jexl or UnifiedJEXL ? (or both) The code I'm working on currently uses JexlEngine (whatever that represents). It would be possible to add another factory implementation, provided that it

Re: [JEXL] 2.0 and BSF / JSR-223

2009-07-30 Thread Henrib
Thanks again for the explanation. Just one question: are we "exposing" Jexl or UnifiedJEXL ? (or both) BTW, just a stupid thought about logging (versus usage of a Writer - ScriptContext.setErrorWriter), I guess we could use a simple Log implementation that wraps the error Writer and pass it down

Re: [JEXL] 2.0 and BSF / JSR-223

2009-07-30 Thread Henrib
Ok, thank you both for the explanation. -- View this message in context: http://www.nabble.com/-JEXL--2.0-and-BSF---JSR-223-tp24706519p24733769.html Sent from the Commons - Dev mailing list archive at Nabble.com. - To unsubs