views:

116

answers:

3

I've installed Scala, SBT and Scala Power Pack plugins for IntelliJ Idea 9. And it says

"Plugin scala power pack failed to initialize and will be disabled: scala/collection/VectorLike Please restart IntelliJ IDEA"

I've found this with Google but with no solution. Do you know one?

A: 

It's a plugin which hasn't been updated since a long time and before IntelliJ 9 was out. You can still try to contact the developer.

Colin Hebert
Dave Griffith is active here, so soon / by now, he will be / is aware of Ivan's inquiry.
Randall Schulz
+6  A: 

Scala Power Pack has been in a development haitus, but I hope to have an update available by the end of the year to work with Scala 2.8 and IDEA 9.0. Sorry for the inconvenience.

Dave Griffith
+2  A: 

Use the "Scala" plugin and the "SBT" plugin - they work great.

There is a nice writeup on how to set up projects with IDEA and SBT: http://heikoseeberger.blogspot.com/2010/08/how-to-setup-scala-project-with-sbt-and.html

Johan Prinsloo
Thanks, Johan, good link, I am going follow your advice and do so.
Ivan

related questions