Created
March 24, 2012 19:48
-
-
Save stormcat24/2187250 to your computer and use it in GitHub Desktop.
sbtとeclipse連携
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
・{PROJECT_HOME}/project/plugins/build.sbtを作成 | |
・以下を記述 | |
resolvers += Classpaths.typesafeResolver | |
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.0.0") | |
$ sbt reload | |
$ sbt eclipse | |
・.project, .classpathが生成されるので、eclipseにインポート |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment