Stefano Mazzocchi wrote:
[javac] /home/rubys/jakarta/cocoon-2.1/src/java/org/apache/cocoon/components/flow/javascript/JavaScriptInterpreter.java:194: cannot resolve symbol
[javac] symbol : method setOptimizationLevel (int)
[javac] location: class org.mozilla.javascript.tools.debugger.Main
[javac] db.setOptimizationLevel(OPTIMIZATION_LEVEL);
[javac] ^
Chris,
I think your latest rhino debugging modifications broke Gump. Can you please help me taking care of this? TIA.
Stefano.
Sure, I'd like to. But I don't understand how this error could be generated unless Gump is using the non-continuations-enabled version of Rhino? Can you configure Gump to build against the the version from cocoondev.org? Or what's the best approach?
Gump builds Rhino from cvs and then builds cocoon using that version of Rhino. So the question is: how does one build a "continuations enabled" version of Rhino from cvs?
Regards,
Chris
- Sam Ruby