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 "GEF/GEF4"

< GEF
(Source Code)
Line 2: Line 2:
  
 
== Source Code ==
 
== Source Code ==
After the Juno release, the complete source code of the GEF4 provisional component will be located in the [http://git.eclipse.org/c/gef/org.eclipse.gef4.git/ GEF4 Git repository]. Up to now it only includes the [[GEF/GEF4/Geometry | GEF4 Geometry]] in its current state as well as the already existing release engineering infrastructure. The source code of the Zest2 component can now be found in the [http://git.eclipse.org/c/gef/org.eclipse.zest.git Zest Git repository].
+
After the Juno release, the complete source code of the [[GEF/GEF4 | GEF4]] provisional component will be located in the [http://git.eclipse.org/c/gef/org.eclipse.gef4.git/ GEF4 Git repository]. Up to now it only includes the [[GEF/GEF4/Geometry | GEF4 Geometry]] in its current state as well as the already existing release engineering infrastructure. The source code of the Zest2 component can now be found in the [http://git.eclipse.org/c/gef/org.eclipse.zest.git Zest Git repository].
  
 
== Builds/Update Sites ==
 
== Builds/Update Sites ==

Revision as of 11:18, 27 February 2012

GEF4 is the unified effort to develop a new GEF 4.0 code base as a modernization of the current one (Draw2d and GEF (MVC) 3.x and Zest 1.x, in the following referred to as GEF proper). Being developed in parallel to maintaining the GEF proper code base, GEF4 is set up as a provisional component in order to not being bound to the same API compatibility constraints. Up to now development has been started by creating a new double-precsision Geometry API (see Bugzilla 355997 for details) based on the Draw2d Geometry classes as a nucleus. Plans are to port the remaining parts of the Draw2d and GEF (MVC) 3.8 code base to it after the Juno release, as well as the up to now independently developed Zest2 code base (see bug #372365 for details).

Source Code

After the Juno release, the complete source code of the GEF4 provisional component will be located in the GEF4 Git repository. Up to now it only includes the GEF4 Geometry in its current state as well as the already existing release engineering infrastructure. The source code of the Zest2 component can now be found in the Zest Git repository.

Builds/Update Sites

A Tycho-based build infrastructure for the GEF4 provisional component has been configured under https://hudson.eclipse.org/hudson/job/gef4-nightly-tycho. The build job is triggered hourly in case of changes to the source code repository and further once per day. It produces an update-site, which does not get promoted to downloads.eclipse.org, but can directly be consumed from:

In addition to this, integration, milestones, and release builds are promoted to downloads.eclipse.org and can be found here:

Note that while integration builds are promoted automatically once per week (every friday), milestone and release builds are published only manually on the respective occasions (not yet). Further note that these update sites are merged (so old builds are preserved), while the nightly update site gets replaced on each build.

Back to the top