在 scalatra 中做一些工作,在运行 ./sbt 时,我看到以下错误消息:
[trace] Stack trace suppressed: run last compile:sources for the full output.
[error] (compile:sources) org.fusesource.scalate.InvalidSyntaxException: `val' expected but `s' found at 1.12
[error] Total time: 0 s, completed Jul 1, 2013 6:04:31 PM
任何人都可以对 1.12 的含义有所了解吗?我正在运行一个非常基本的 Scalatra 框架,从使用 g8 下载的 hello-scala 标准进行了稍微修改(添加了一个 .ssp 文件,编辑了一个 .scala 文件)