DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31649>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31649

[Patch] Flowscript: Switch to re-implementation of official Rhino





------- Additional Comments From [EMAIL PROTECTED]  2004-10-12 14:11 -------
I applied your two patches (fix.diff, real_changes.dif) and got one compilation
error:

Compiling 1 source file to D:\cocoon-2.1.5.1\build\cocoon-2.1.5.1\blocks\scratch
pad\dest
D:\cocoon-2.1.5.1\src\blocks\scratchpad\java\org\apache\cocoon\components\flow\j
avascript\fom\AO_FOM_JavaScriptInterpreter.java:154: cannot resolve symbol
symbol  : variable FEATURE_INTERPRETER_CONTINUATIONS
location: class org.mozilla.javascript.Context
              case Context.FEATURE_INTERPRETER_CONTINUATIONS:
                          ^
1 error

I replaced "case Context.FEATURE_INTERPRETER_CONTINUATIONS:" with "case -2:".
Then it run successfully. Is this change correct?

Reply via email to