I am trying to build a project using the newest release candidate of Scala (scala-2.8.0.RC1) and Maven in Intellij CE (9.0.1) -- I cannot upgrade to 9.0.2 because it breaks the La Clojure plugin.
If I change my pom.xml
to use the scala-2.8.0.RC1, Intellij tells me that Array
is not defined (highlights in red). If I change to scala-2.8.0.Beta1, everything is fine.
Is there a (known) problem with scala-2.8.0.RC1 and Intellij?
Thanks, Ralph