“open as sbt project takes forever” -> “以sbt项目方式打开需要很长时间”

huangapple 未分类评论44阅读模式
英文:

open as sbt project takes forever

问题

我在Intellij Ultimate 2019.3中安装了Scala和SBT执行器插件。
在"导入"窗口中,我看不到SBT作为导入选项。
我将build.sbt文件打开为一个sbt项目。
sbt的转储似乎工作正常,显示了许多下载内容。
然后它似乎就暂停了。sbt导入没有显示任何进度。
索引过程正在等待sbt导入。
您能提供任何改进此情况的方法吗?
JDK是8(这是我们在Scala 12和SBT 1.2或1.3旁边使用的版本)。

英文:

I've installed in Intellij Ultimate 2019.3 the Scala and SBT executor plugins.
In the import as window I do not see the SBT as an import as option.
I am opening the build.sbt file as a sbt project.
The sbt dump seems to work with lots of downloads showing.
Then it seems to just pause. The sbt import is not showing any progress at all.
The indexing process is waiting for the sbt import.
Can you suggest any way to improve this?
The JDK is 8 (this is what we use alongside Scala 12 and SBT 1.2 or 1.3).

答案1

得分: 0

我也注意到这一点,但是使用JDK 13、sbt 1.3.9和scala 2.13.1时出现过。然而,这只是在一台内存有限的笔记本电脑上出现过。我们是不是在某个临界点上出现了问题?

英文:

i've noticed this also but with JDK 13, sbt 1.3.9, and scala 2.13.1. however, it has only been on a somewhat memory constrained laptop. did we cross a threshold somewhere?

huangapple
  • 本文由 发表于 2020年4月7日 21:54:02
  • 转载请务必保留本文链接:https://java.coder-hub.com/61081653.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定