How to build an eclipse plugin with sbt and sbt-osgi?

梦想的初衷 提交于 2020-01-02 08:59:09

问题


Is it possible to build an eclipse plugin with a sbt build ?

Once built, do I just drop de jar in the plugin directory of eclipse ?

Update:

  • sbt-tycho look promising but for sbt 0.7

回答1:


There is a giter8 template from the scala-ide group to build a scala eclipse plugin using maven

g8 scala-ide/scala-plugin.g8

Update:

Best way to create a plugin is via the plugin developpement environement (PDE). From there you can add the scala nature.



来源:https://stackoverflow.com/questions/14741539/how-to-build-an-eclipse-plugin-with-sbt-and-sbt-osgi

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