/Users/mjs/Desktop/cocoon-2.2/src/java/org/apache/cocoon/components/ flow/javascript/JavaScriptInterpreter.java:164: cannot resolve symbol
symbol : method setOptimizationLevel (int)
location: class org.mozilla.javascript.tools.debugger.Main
db.setOptimizationLevel(OPTIMIZATION_LEVEL);
^
/Users/mjs/Desktop/cocoon-2.2/src/java/org/apache/cocoon/components/ flow/javascript/fom/FOM_JavaScriptInterpreter.java:174: cannot resolve symbol
symbol : method setOptimizationLevel (int)
location: class org.mozilla.javascript.tools.debugger.Main
db.setOptimizationLevel(OPTIMIZATION_LEVEL);
^
2 errors
It seems this was also a problem in 2.1.2
http://archives.real-time.com/pipermail/cocoon-users/2003-November/ 041695.html
I am looking through the javadocs right now, because it could simply be a missing import statement.
------------------------------------------------------------------------ --------
M. J. Stahl
"I must create a system, or be enslaved by another man's."
-- William Blake