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

Difference between revisions of "EEF/Sources"

< EEF
(New page: == Build == EEF has its own build on Hudson. Check out the nighties or integration builds : === O.7 === Nightly : https://build.eclipse.org/hudson/job/cbi-emf-eef-0.7-nightly/ Integrati...)
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Build ==
+
On this page you will find most of the information necessary to retrieve and build the source code of EEF.
EEF has its own build on Hudson. Check out the nighties or integration builds :
+
  
=== O.7 ===
+
== Git ==
  
Nightly : https://build.eclipse.org/hudson/job/cbi-emf-eef-0.7-nightly/
+
You can retrieve the source code using the [https://git.eclipse.org/c/eef/org.eclipse.eef.git](Git web interface). On this page, you will find all the tags and branches available in the project.
  
Integration : https://build.eclipse.org/hudson/job/cbi-emf-eef-0.7-integration/
+
== Build ==
 
+
== Getting Sources ==
+
  
To download the EEF sources, use this PSF [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org.eclipse.emf.eef/releng/psfs/eef.cvs.psf?view=log&root=Modeling_Project&pathrev=MAIN]
+
The project is built using a Hudson based continuous integration server. In a similar fashion has most Eclipse projects, EEF has its own dedicated [https://hudson.eclipse.org/eef](Hudson instance). On this instance, each major branch has a dedicated build and a gerrit based build for reviews specific to the branch.
  
== CVS History ==
+
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.
  
Here is the list of tagged Branch or Version for EEF :
+
== Gerrit ==
  
=== Versions ===
+
EEF uses the [https://git.eclipse.org/r/#/q/project:eef/org.eclipse.eef+status:open](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.
build_200905051719
+
  
=== Branches ===
+
[[Category:EEF]]
v0.7.1_BRANCH
+
[[Category:Modeling]]

Latest revision as of 05:09, 24 October 2016

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.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.