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 09:29 ------- Reinhard Poetz wrote: > I tried to apply your patch but run into a couple of problems - I guess > that checking out :pserver:[EMAIL PROTECTED]:/cvsroot > doesn't contain the latest version, does it? It does: see bellow > Problems I found yet are: > - Continuation class is private Did you applied the patch from http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=109606777816209&w=2 ? > - Context class doesn't have the constant FEATURE_INTERPRETER_CONTINUATIONS This is due to the latest changes. Continuation() is always present now in Rhino as long the interpreted mode is selected. In addition for compatibility with Cocoon fork I added the code to set optimization to -1 when the the argument of Context.setOptimizationLevel(level) is -2. I think it should be possible to change Cocoon bindings in a such way so they can be used with both implementations of Continuations.
