Activator vs sbt

筅森魡賤 提交于 2019-12-10 13:36:40

问题


I upgraded from Play 2.1.1 to Play 2.3.2.

Now Typesafe has "Activator", which combines the several offerings of their platform.

I installed the "minimal" form of it, which is supposed to download features only as needed.

Then I thought, "Hey, isn't that the point of a build and dependency management tools like, I don't know, SBT?"

I found that I could just go to my Play project and run

sbt

Does this do something significantly different than running

activator


(If I could just use SBT, I'd prefer that, since it has a Debian package, which IMO is easier to manage.)


回答1:


see here -- the activator-launch.jar file is the sbt launcher with an embedded properties file.



来源:https://stackoverflow.com/questions/25101066/activator-vs-sbt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!