Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

ECF/Contributions/Setup IDE

< ECF‎ | Contributions
Revision as of 07:09, 16 April 2015 by Unnamed Poltroon (Talk) (Clone the GIT repo)

Setup Your IDE

To provide patches to ECF, create an Eclipse account, get your Gerrit password and push your changes to the Gerrit git repo.

Create an Eclipse Account

Create an Eclipse Account (or use your existing one)

Sign the CLA

Sign the CLA

Get your Gerrit password

Get your Gerrit password

Clone the GIT repo

Clone the following repo

 C:\>git clone https://youreclipseid@git.eclipse.org/r/ecf/org.eclipse.ecf

Start Eclipse

Open your Eclipse IDE and open the Git perspective

Add local Git repo

Add a local Git repository and find your freshly created repo

Configure Gerrit

Open Remotes/origin and open the context menu. Select Gerrit Configuration.


Ecf ide1.png


Review and press Finish


Ecf ide2.png

Import Projects

Now you are ready to import the relevant projects. Import the projects that you would like to change.

Nebula proj 1.png

Run Eclipse

Create a new run configuration and press Run

Nebula ide3.png

Back to the top