How to run Play2 project with subprojects
We have an issue here, running a Play2 appication with submodules in Intellij. Intellij tries to run the root project and finds no Main class. Somehow we can't make Intellij start the gui project (in sbt it would be gui/run).
What it boils down to is, how can we configure Intellij to start with ....xsbt.boot.Boot "project gui" run instead of ...xsbt.boot.Boot run
请先登录再写评论。
Well I found this weird workaround:
Did that twice now, seems to be reproducable. Must be some property hidden deep inside .idea
IDEA 2017.2.5 reproduced this with one of my projects.
Might be related: https://youtrack.jetbrains.com/issue/SCL-10026