我试图安装与Eclipse的sbt集成,因为文档说,但我几乎可以肯定我错过了一些东西。 我用github提供的行创建了〜/ .sbt / 0.13 / plugins / plugins.sbt: addSbtPlugin(“com.typesafe.sbteclipse”%“sbteclipse-plugin”%“5.1.0”) 然后,当我启动>来自终端的sbt显然是自动下载的:
更新文件/home/leandro/.sbt/0.13/plugins/project/build.properties将sbt.version设置为:0.13.15 [info]从/home/leandro/.sbt/0.13/plugins/project加载项目定义 [info]更新{file:/home/leandro/.sbt/0.13/plugins/project/} plugins-build ... [info]解析org.scala-sbt.ivy#ivy; 2.3.0-sbt-48dd0744422128446aee9ac31aa356e [info]解析org.fusesource.jansi#jansi; 1.4 ...... [info]完成更新。 [info]将当前项目设置为插件(在构建文件中:/home/leandro/.sbt/0.13/plugins /)
然而,同样的自述文件说我应该能够从sbt shell运行eclipse来创建Eclipse项目文件,但shell无法识别该命令。 我也不知道如何使用导入向导将现有项目导入Eclipse中的Workspace。
提前致谢。
答案 0 :(得分:0)
或者这可能会有所帮助 How do i import an existing directory into eclipse?
或者只是使用IDEA