Message6503
When executing a script file using the JSR223 ScriptEngine for Jython, the argv array should contain as a first parameter the scriptname that is being executed if I add the following line to my Java program:
scriptEngine.put(ScriptEngine.FILENAME, "foo.py");
However this is not the case. |
|
| Date |
User |
Action |
Args |
| 2011-04-22 13:55:50 | hierynomus | set | recipients:
+ hierynomus |
| 2011-04-22 13:55:50 | hierynomus | set | messageid: <1303480550.47.0.707732902178.issue1739@psf.upfronthosting.co.za> |
| 2011-04-22 13:55:50 | hierynomus | link | issue1739 messages |
| 2011-04-22 13:55:50 | hierynomus | create | |
|