LoginSignup
6
5

More than 5 years have passed since last update.

SBT のプロジェクトを Eclipse にインポート

Last updated at Posted at 2013-04-09

SBT の sbteclipse プラグインを使って Eclipse 用のファイルを出力します。

まず PROJECT_DIR/project/plugins.sbt に以下を書きます。なければ作ります。

project/plugins.sbt
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.2")

そして

sbt eclipse

これで Eclipse で Import -> Existing Projects into Workspace できるようになります。

6
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
5