本文介绍了如何用sbt和sbt-osgi构建一个eclipse插件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以使用sbt构建一个eclipse插件?

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

一旦构建,我是否放在eclipse的插件目录中的de jar?

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

更新:


  • 看起来很有前途,但是对于sbt 0.7

  • sbt-tycho look promising but for sbt 0.7

推荐答案

来自scala-ide组的模板构建了一个scala eclipse插件使用maven

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

g8 scala-ide / scala-plugin.g8

更新:

创建插件的最佳方法是通过插件开发环境(PDE)。从那里你可以添加scala的性质。

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

这篇关于如何用sbt和sbt-osgi构建一个eclipse插件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-05 03:21