- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我收到消息 Expression type DslEntry must conform to Def.SettingsDefinition in SBT file
在线 enablePlugins(JavaServerAppPackaging)
我尝试刷新项目,但没有帮助。整个 sbt 文件主要由 lightbend(以前的类型安全)激活器生成,如下所示
import NativePackagerHelper._
name := """ping-backend"""
version := "2.4.0"
scalaVersion := "2.11.7"
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.4.0",
"com.typesafe.play" %% "play-json" % "2.4.6",
"org.igniterealtime.smack" % "smack-java7" % "4.1.0",
"org.igniterealtime.smack" % "smack-tcp" % "4.1.0",
"org.igniterealtime.smack" % "smack-im" % "4.1.0",
"org.igniterealtime.smack" % "smack-extensions" % "4.1.0"
)
enablePlugins(JavaServerAppPackaging)
mainClass in Compile := Some("sample.hello.Main")
mappings in Universal ++= {
// optional example illustrating how to copy additional directory
directory("scripts") ++
// copy configuration files to config directory
contentOf("src/main/resources").toMap.mapValues("config/" + _)
}
// add 'config' directory first in the classpath of the start script,
// an alternative is to set the config file locations via CLI parameters
// when starting the application
scriptClasspath := Seq("../config/") ++ scriptClasspath.value
activator run
或
sbt run
在命令行中运行项目。我什至可以从 Intellij 构建和运行它,所以这比错误更不方便,但我仍然希望它得到解决。有人可以帮我弄这个吗?
最佳答案
我通过 File -> close project 选项关闭了项目并删除了所有 project/
, target/
和 .idea/
从主项目和子项目。然后,我重新打开了 intelliJ 并通过 File -> New -> Project from existing sources -> 从外部模型导入项目 -> 选择项目目录 -> sbt 进行了新的导入。
我相信这个问题是由于错误的导入方式造成的。正确的导入方式修复了它。
关于intellij-idea - 表达式类型 DslEntry 必须符合 SBT 文件中的 Def.SettingsDefinition 行 enablePlugins(JavaServerAppPackaging),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35939495/
我收到消息 Expression type DslEntry must conform to Def.SettingsDefinition in SBT file在线 enablePlugins(Ja
我寻找类似的问题,我发现了这个: Expression type DslEntry must conform to Def.SettingsDefinition in SBT file at line
我是一名优秀的程序员,十分优秀!