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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a giter8 template from the scala-ide group to build a scala eclipse plugin using maven
g8 scala-ide/scala-plugin.g8Update:
Best way to create a plugin is via the plugin developpement environement (PDE). From there you can add the scala nature.