Using SBT from Scala IDE - Stack Overflow
The path from SBT to Scala-IDE is well described in many places:
- Start with an SBT project
- Add the SBT plugin definition: addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0-RC1")
- Run the 'eclipse' command from within SBT
- Open Eclipse with an installed Scala-IDE add-on
- Import the project
Read full article from Using SBT from Scala IDE - Stack Overflow
No comments:
Post a Comment