【发布时间】:2014-07-18 13:20:34
【问题描述】:
当我在游戏控制台中编译 scala 时,我得到了这个:
[warn] there were 1 feature warning(s); re-run with -feature for details
[warn] one warning found
我以为是compile -feature,但我明白了:
[error] Expected ID character
[error] Not a valid command: compile (similar: completions)
[error] Expected project ID
[error] Expected configuration
[error] Expected ':' (if selecting a configuration)
[error] Expected key
[error] Expected '::'
[error] Expected end of input.
[error] compile -feature
[error]
然后我运行play -feature,我得到了这个:
[warn] The `-` command is deprecated in favor of `onFailure` and will be removed in 0.14.0
然后退出游戏。
那我该怎么做呢?
【问题讨论】:
标签: scala playframework