-
Followers
Iulian Dragos , Mike Slinn
AttachmentsNo attachmentsAssociationsActivityon Feb 06, 2012 @ 02:23pm UTC * By Iulian Dragos
I get this error when compiling in sbt:> compile [info] Compiling 1 Java source to /Users/dragos/sandbox/akka-ddef/target/scala-2.9.1/classes... [error] /Users/dragos/sandbox/akka-ddef/src/main/java/ApplyNonBlocking.java:14: <anonymous ApplyNonBlocking$1> is not abstract and does not override abstract method reportFailure(java.lang.Throwable) in akka.dispatch.ExecutionContext [error] private final ExecutionContext context = new ExecutionContext() { [error] ^ [error] 1 error [error] {file:/Users/dragos/sandbox/akka-ddef/}default-73da89/compile:compile: javac returned nonzero exit code [error] Total time: 1 s, completed Feb 6, 2012 9:12:28 PM
But I see the problem you mentioned if I add a stub for this method.on Feb 06, 2012 @ 03:05pm UTC * By Mike Slinn
Viktor added reportFailure() over the weekend.
Mikeon May 07, 2012 @ 04:47am UTC * By Mirco Dotta
Status changed from New to InvalidThis was a Scala library issue, and it is fixed in Scala 2.9.2.Time ExpenditureLoading
SBT compiles and runs the code fine, however Eclipse IDE refuses to run the code. Here is a sample class:
Here is build.sbt: