Skip to content
SandroGrzicic edited this page Aug 10, 2012 · 1 revision

Maven is used for the build, since no solution exists yet for building Eclipse plugins with SBT.

After downloading the repository, position yourself to the project directory and use one of the following commands, depending on the desired Scala version:

  • Scala IDE 2.1.x, Scala 2.9: mvn -P scala-ide-master-scala-2.9 clean install
  • Scala IDE 2.1.x, Scala 2.10: mvn -P scala-ide-master-scala-trunk clean install

After a successful build, you can find the local Eclipse update site in the folder org.scala-ide.sdt.sbtconsole.update-site/target/site. Again, make sure that the Scala IDE and Scala versions match.

If you update your local copy of the SBT Console sources and perform a new build, you can use the standard Eclipse update mechanism to update your locally built plugin.

Clone this wiki locally