简体   繁体   中英

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

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:

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM