I am on branch 2.11x at commit d9f623db0ff1d20040939fbb9e15d4d4e5887c75. The project builds in SCALA IDE but when I try to run nsc.Main I get the following error:
Exception in thread "main" java.lang.NoSuchMethodError: scala.reflect.internal.settings.MutableSettings$SettingValue.valueSetByUser()Lscala/Option;
at scala.tools.nsc.Global.<init>(Global.scala:335)
at scala.tools.nsc.Global$.apply(Global.scala:1698)
at scala.tools.nsc.MainClass.newCompiler(Main.scala:20)
at scala.tools.nsc.Driver.process(Driver.scala:44)
at scala.tools.nsc.Driver.main(Driver.scala:64)
at scala.tools.nsc.Main.main(Main.scala)
When I try inside Intellij Idea instead, I can get the compiler to work fine and hit some breakpoint, but others are not correctly handled by the IDE.
Could you please help me?
Thanks & Merry XMAS
Edmondo
--
You received this message because you are subscribed to the Google Groups "scala-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.