Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EEF/Sources

< EEF

On this page you will find most of the information necessary to retrieve and build the source code of EEF.

Git

You can retrieve the source code using the [1](Git web interface). On this page, you will find all the tags and branches available in the project.

Build

The project is built using a Hudson based continuous integration server. In a similar fashion has most Eclipse projects, EEF has its own dedicated [2](Hudson instance). On this instance, each major branch has a dedicated build and a gerrit based build for reviews specific to the branch.

You can build locally the EEF project with the command "mvn clean verify" on the pom.xml file located in the "releng/org.eclipse.eef.releng" project.

Gerrit

EEF uses the [3](Gerrit instance) of the Eclipse Foundation in order to manage its contribution. All the work of the committer is handled by this Gerrit instance along with external contributions.

Back to the top