-
Notifications
You must be signed in to change notification settings - Fork 58
SbtIntegrationInNetBeans
dcaoyuan edited this page Feb 5, 2013
·
18 revisions
#SBT Integration in NetBeans#
##Only Scala-2.10+ is supported under NetBeans##
##Supported features##
- Open sbt console in NetBeans (Right click on sbt project, choose "Open Sbt")
- Jump to/Open compile error lines
##How to##
-
git clone [email protected]:dcaoyuan/sbteclipse.git
-
Build above sbt plugin with Scala-2.10.0, and publish-local
-
Add sbteclipse to your plugin definition file. You can use either the global one at ~/.sbt/plugins/plugins.sbt or the project-specific one at PROJECT_DIR/project/plugins.sbt
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0-SNAPSHOT")