Oh, that's interesting. I have also had significant problems that
sound like this. I was unable to compile Scala code due to...

Error:scalac: bad option:
-P:/Users/srowen/.m2/repository/org/scalamacros/paradise_2.10.4/2.0.1/paradise_2.10.4-2.0.1.jar

Yes, IntelliJ adds this as an option to scalac by default. I just removed it.

I tried adding this jar file as a plugin as you say, but just see the
same error.

Did you observe the same thing, and is there more to making it work?

On Fri, Nov 28, 2014 at 4:19 PM, Robert Metzger <rmetz...@apache.org> wrote:
> What solved my recent Scala / IntelliJ problems (which started occurring
> after migrating to Intellij 14) was adding this jar
> "/home/robert/.m2/repository/org/scalamacros/paradise_2.10.4/2.0.1/paradise_2.10.4-2.0.1.jar"
> on the scala compiler settings page in IntelliJ as a compiler plugin.
> (And I think due to a bug in IntelliJ I have to do this import after every
> restart ;) )
>

Reply via email to