加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

scala – Typesafe Activator编译错误

发布时间:2020-12-16 19:15:20 所属栏目:安全 来源:网络整理
导读:我在Ubuntu 13.04上使用Typesafe Activator.它工作正常,但是当我创建一个新项目时,有时它什么都不做,有时它报告模板被克隆(没有下载任何东西).创建项目时,我收到以下编译错误: Refreshing list of source files to watch for changes… Loading project def
我在Ubuntu 13.04上使用Typesafe Activator.它工作正常,但是当我创建一个新项目时,有时它什么都不做,有时它报告模板被克隆(没有下载任何东西).创建项目时,我收到以下编译错误:

Refreshing list of source files to watch for changes…

Loading project definition from
/home/myusername/activator-play-autosource-reactivemongo/project

Set current project to activator-play-autosource-reactivemongo (in
build file:/home/myusername/activator-play-autosource-reactivemongo/)

Applying State transformations com.typesafe.sbtrc.SetupSbtChild from
“””/home/myusername/.sbt/boot/scala-2.9.2/com.typesafe.sbtrc/sbt-rc-probe-0-12/1.0-28edcfb4984c8be5e556bad192b62551504aa23d/sbt-rc-props-1.0-28edcfb4984c8be5e556bad192b62551504aa23d.jar:/home/myusername/.sbt/boot/scala-2.9.2/com.typesafe.sbtrc/sbt-rc-probe-0-12/1.0-28edcfb4984c8be5e556bad192b62551504aa23d/sbt-rc-probe-0-12-1.0-28edcfb4984c8be5e556bad192b62551504aa23d.jar”””

java.lang.ClassNotFoundException: com.typesafe.sbtrc.SetupSbtChild$

Use ‘last’ for the full log.

Failed to reload source file list: sbt process never got in touch,so
unable to handle request WatchTransitiveSourcesRequest(true)

解决方法

在project / build.properties中,将sbt.version从0.12.3更改为0.13.0(或者替代为0.12.4).

我刚刚遇到了同样的问题,对我来说这已经解决了.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读