Sunday, October 13, 2013

Learning Scala

Today, I am installing Scala 2.10.3 on my Mac at home.
I have also upgraded my IntelliJ Idea and installed the Scala IntelliJ plugin of JetBrains.
I want to read the code source of lift - the web framework - from inside IntelliJ.
Will install sbt too.
I am installing scala using brew, doing the same for sbt.
I am adding to IntelliJ the sbt-intellij-bin plugin

The sbt-intellij-bin plugin complains with a Resolve Error that it does not find the lift-common module dependency.

Let me try now the sbt-idea sbt plugin referenced by the Stack Overflow page "How to create SBT project with IntelliJ Idea ?"