Play 2 plugin does not work?
Just installed the Play 2 plugin to have a look at Play... But when I try to create a Play 2 for Java project, the following error occurs...
Waiting for lock on /home/bjorntj/opt/play-2.2.1/framework/sbt/boot/sbt.boot.lock to be available...
SBT: /home/bjorntj/Projects/Java/PlayTest/project/plugins.sbt:8: error: unclosed string literal
SBT: addSbtPlugin("com.typesafe.play" % "sbt-plugin" % " ]; then
SBT: ^
SBT: [error] Error parsing expression.
SBT: /home/bjorntj/Projects/Java/PlayTest/project/plugins.sbt:8: error: unclosed string literal
SBT: addSbtPlugin("com.typesafe.play" % "sbt-plugin" % " ]; then
SBT: ^
SBT: [error] Error parsing expression.
SBT: Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore?
SBT: Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore?
Is this a known problem or am I missing something?
Regards,
BTJ
请先登录再写评论。