playframework - How to create eclipse project from Play activator Template -
how create eclipse project new activator template. tried executing eclipse command root of project template not work.
you must add first "eclispe.sbt" file in "project" folder :
// project/eclipse.sbt : // plugin adds commands generate ide project files addsbtplugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0")
then run "./activator eclipse"
Comments
Post a Comment