← Back to team overview

openjdk team mailing list archive

[Bug 503000] Re: Etherpad will not compile - EvaluatorException - syntax error

 

rhino in the system version of openjdk now has a renamed/mangled java.
this should be fixed in lucid. please reopen if appropriate.


** Changed in: openjdk-6 (Ubuntu)
       Status: New => Fix Released

-- 
Etherpad will not compile - EvaluatorException - syntax error
https://bugs.launchpad.net/bugs/503000
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.

Status in “openjdk-6” package in Ubuntu: Fix Released

Bug description:
This builds fine using Sun's JDK - well...it still needs a patch for Ubuntu, but it will build.

Got an error trying to install on Ubuntu Server 9.04:

building javascript classfiles... org.mozilla.javascript.EvaluatorException?: syntax error (cache_utils.js#17)

    at org.mozilla.javascript.DefaultErrorReporter?.runtimeError(DefaultErrorReporter?.java:109) at org.mozilla.javascript.DefaultErrorReporter?.error(DefaultErrorReporter?.java:96) at org.mozilla.javascript.Parser.addError(Parser.java:146) at org.mozilla.javascript.Parser.reportError(Parser.java:160) at org.mozilla.javascript.Parser.primaryExpr(Parser.java:2464) at org.mozilla.javascript.Parser.memberExpr(Parser.java:1950) at org.mozilla.javascript.Parser.unaryExpr(Parser.java:1808) at org.mozilla.javascript.Parser.mulExpr(Parser.java:1737) at org.mozilla.javascript.Parser.addExpr(Parser.java:1718) at org.mozilla.javascript.Parser.shiftExpr(Parser.java:1698) at org.mozilla.javascript.Parser.relExpr(Parser.java:1672) at org.mozilla.javascript.Parser.eqExpr(Parser.java:1628) at org.mozilla.javascript.Parser.bitAndExpr(Parser.java:1617) at org.mozilla.javascript.Parser.bitXorExpr(Parser.java:1606) at org.mozilla.javascript.Parser.bitOrExpr(Parser.java:1595) at org.mozilla.javascript.Parser.andExpr(Parser.java:1583) at org.mozilla.javascript.Parser.orExpr(Parser.java:1571) at org.mozilla.javascript.Parser.condExpr(Parser.java:1554) at org.mozilla.javascript.Parser.assignExpr(Parser.java:1539) at org.mozilla.javascript.Parser.expr(Parser.java:1518) at org.mozilla.javascript.Parser.statementHelper(Parser.java:1245) at org.mozilla.javascript.Parser.statement(Parser.java:708) at org.mozilla.javascript.Parser.parse(Parser.java:401) at org.mozilla.javascript.Parser.parse(Parser.java:338) at org.mozilla.javascript.optimizer.ClassCompiler?.compileToClassFiles(ClassCompiler?.java:161) at net.appjet.bodylock.compilationutils$.compileToBytes(bodylock.scala:188) at net.appjet.bodylock.Compiler$.compileSingleFile(bodylock.scala:265) at net.appjet.bodylock.Compiler$$anonfun$main$2.apply(bodylock.scala:288) at net.appjet.bodylock.Compiler$$anonfun$main$2.apply(bodylock.scala:277) at scala.Iterator$class.foreach(Iterator.scala:414) at scala.runtime.BoxedArray?$AnyIterator?.foreach(BoxedArray?.scala:45) at scala.Iterable$class.foreach(Iterable.scala:256) at scala.runtime.BoxedArray?.foreach(BoxedArray?.scala:24)





References