Skip to content

Instantly share code, notes, and snippets.

@stormcat24
Created March 24, 2012 19:48
Show Gist options
  • Save stormcat24/2187250 to your computer and use it in GitHub Desktop.
Save stormcat24/2187250 to your computer and use it in GitHub Desktop.
sbtとeclipse連携
・{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