playframework 2.0 - How can I set the “main file” in Activator? -


i have play framework project scalajs front-end. took sbt setup https://github.com/vmunier/play-with-scalajs-example.

when use typesafe's activator in ui mode, works fine except of running application. reason, uses main class scalajs sub-project (app.xyzapp) instead of taking them play framework sub-project.

how can force activator use play framework's main class (whatever is)?

interestingly, happens under os x , linux not under windows.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -