scala-ide / scala-worksheet

A Scala IDE plugin for a multi-line REPL (called worksheet)
96 stars 24 forks source link

./build.sh fails #145

Open mads-hartmann opened 11 years ago

mads-hartmann commented 11 years ago

Hi,

Running running ./build.sh will fail to compile. It does compile using the following invocation, however: mvn -Peclipse-indigo -Pscala-ide-nightly -Pscala-2.10.x clean install

i.e. using -Pscala-ide-stable doesn't work, but using -Pscala-ide-nightly does.