mnlipp / avr-eclipse-fork

A fork of avr-eclipse
9 stars 12 forks source link

How do you build your plugin ? #3

Closed gdoffe closed 9 years ago

gdoffe commented 9 years ago

Hi,

I want to build your plugin to use on Luna or Mars versions of eclipse but how can I build it ?

Maven build ('mvn clean install') does not work and you do not support it, so could you provide me a simple way to build it and install it ?

Thx, gdo

mnlipp commented 9 years ago

Why would you want to use something complicated like maven? This is a standard eclipse plugin. Simply open the site.xml in de.innot.avreclipse-updatesite and click on the button "Build All".

gdoffe commented 9 years ago

Hello Michael,

Thx for your quick reply...

I do not want to use Maven, and I do not care about that ! ;) I just want to build and install that plugin... I'm sure you have done a great job, but I cannot test it since I'm not an Eclipse developper and I do not want to become one... :) I can do an effort, but what is easy for you is not for me. Can you just add few lines to your README.md to explain how to build your plugin please ?

This is a standard eclipse plugin. Simply open the site.xml in de.innot.avreclipse-updatesite and click on the button "Build All".

Ok so I guess that I should import your sources under a project... But what kind of project ? Should the root folder be considered as a workspace or as a project ? Should I import each folder in a new dedicated project ? (feature, update-site, etc...)

Thank you for your help. :) gdo

gdoffe commented 9 years ago

So here is the process (tested on eclipse Mars 4.5) :

Once eclipse is opened:

Once done you should see all the folders from git repository as projects. Just follow previous Michael instructions to build :

Simply open the site.xml in de.innot.avreclipse-updatesite and click on the button "Build All".

Once done, you have to install the plugin :

gdo