Message4932

Author heuermh
Recipients heuermh, nriley
Date 2009-07-20.17:00:49
SpamBayes Score 2.6970665e-05
Marked as misclassified No
Message-id <1248109249.65.0.0011785138637.issue1400@psf.upfronthosting.co.za>
In-reply-to
Content
Good news is that the attached Example now works:

$ java Example
result: true
result: true

I will need ScriptEngine.eval(Reader), which currently throws an
UnsupportedOperationException, and the setting of context variables,
which seems not to work

engine.put("a", 42);
engine.eval("print a");

NameError: name 'a' is not defined in <script> at line number 1

Those are both separate issues though.  I will keep an eye to progress
on the jsr223 branch, thank you.
History
Date User Action Args
2009-07-20 17:00:49heuermhsetmessageid: <1248109249.65.0.0011785138637.issue1400@psf.upfronthosting.co.za>
2009-07-20 17:00:49heuermhsetrecipients: + heuermh, nriley
2009-07-20 17:00:49heuermhlinkissue1400 messages
2009-07-20 17:00:49heuermhcreate