Try
sbt eclipse
in the console (in the project root (toplevel directory)
and
refresh your project in eclipse (select project leaf, right mouse click refresh)
Op vrijdag 28 september 2012 08:30:34 UTC+2 schreef Carlos Carcamo het volgende:
I have this problem in eclipse IDE (with one project that I downloaded
from coursera):
The SBT builder crashed while compiling your project. This is a bug in
the Scala compiler or SBT. Check the Erorr Log for details. The error
message is: Cannot find assembly mscorlib.dll. Use -Xassem-extdirs or
-Xassem-path to specify its location
I don't know how to fix it, I compiled the project with the sbt
console and there
was no problems.
I can compile and test the project from sbt console, but not in eclipse.
When I select “Run As” - “Scala Application” it says:
"Failed to run scala application" Project "example" contains
compilations error (therefore, no binaries have been produced)
I need to fix this problem...
I attached pictures of the errors...
more details:
I'm using linux debian 6, with eclipse indigo IDE.
I used "http://download.scala-ide.org/releases-29/milestone/site" from
http://scala-ide.org/ to install scala IDE on eclipse..