【发布时间】:2013-11-30 20:21:22
【问题描述】:
使用 Play 2.1.3,我可以使用 $ play eclipse with-source=true 附加 Play 的源代码。但是现在,在迁移到 Play 2.2.1 后,当我尝试运行该命令时,我收到以下错误。
$ play eclipse with-source=true
[info] Loading project definition from C:\Play\dcid\project
[info] Set current project to dcid (in build file:/C:/Play/dcid/)
[info] About to create Eclipse project files for your project(s).
[info] Successfully created Eclipse project files for project(s):
[error] Expected ID character
[error] Not a valid command: with-source
[error] Expected project ID
[error] Expected configuration
[error] Expected ':' (if selecting a configuration)
[error] Expected key
[error] Not a valid key: with-source (similar: watch-sources, watchSources, sources)
[error] with-source=true
[error] ^
命令的语法是否更新了?我该如何克服这个问题?
【问题讨论】:
标签: playframework playframework-2.2