scala - play command doesn't work when inside of an existing sbt project -
so have existing sbt project setup:
common services project/build.scala build.sbt now when inside folder, want create play application called 'web'.
i error:
error] not valid command: new (similar: set) [error] not valid project id: new [error] expected ':' (if selecting configuration) [error] not valid key: new (similar: name, run, runner) [error] new [error] ^ the play command works fine if try same thing in new folder.
how can play command work inside of existing sbt project?
i'm using sbt .13
why not create project outside of current structure, move created directory want live?
Comments
Post a Comment