When I
- check out scala/scala
- run "sbtx" (pauls sbt-extras sbt runner)
- wait for the sbt prompt
- then say "compile"
I get the attached log.
[error] {file:/Users/luc/scala/scala/}forkjoin/compile:compile: java.lang.IncompatibleClassChangeError: scala.concurrent.forkjoin.LinkedTransferQueue and scala.concurrent.forkjoin.LinkedTransferQueue$Node disagree on InnerClasses attribute
[error] Total time: 3 s, completed May 16, 2012 9:57:21 AM
Calling "compile" a second time things work.
Lukas