From: Sascha H. <sa...@gm...> - 2009-09-14 12:41:35
|
Thanks you Steve for your bug report. I will take a look at it as soon as possible. // Sascha On Tue, Sep 1, 2009 at 7:54 AM, Steve Huntley <st...@xh...> wrote: > I generated a Javascript file from a Java class file using XMLVM. When I > tried to load the Javascript file into the Spidermonkey command-line > Javascript interpreter, I got the following error: > > js> load('org_ibex_nestedvm_UnixRuntime.js'); > org_ibex_nestedvm_UnixRuntime.js:4567: SyntaxError: syntax error: > org_ibex_nestedvm_UnixRuntime.js:4567: __stack[__sp++] = > (__objectref instanceof String[]) ? 1 : 0; > org_ibex_nestedvm_UnixRuntime.js:4567: > .....................................................^ > > Executed on an Ubuntu Hardy computer, with Spidermonkey version 1.7.0 > installed from the standard package repository. > > The Javascript file, as well as the original java file and class file are > attached to a bug report on sourceforge. > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |