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 "Europa Simultaneous Release"

(Requirements For Participation)
(Requirements For Participation)
Line 40: Line 40:
 
# The projects must work together.
 
# The projects must work together.
 
# Projects must have build process maturity and their own functional project update site - the Europa site will reference these sites, not replace them.
 
# Projects must have build process maturity and their own functional project update site - the Europa site will reference these sites, not replace them.
 +
# Projects must [[Update_Site_Optimization | optimize ]] their update site using [[Pack200 | pack200 ]] to reduce bandwidth utilization and provide a better update experience for users. Additionally, they should do site digesting.
 
# Projects must use 4-part [[Version Numbering|version numbers.]]
 
# Projects must use 4-part [[Version Numbering|version numbers.]]
 
# Projects must provide both run-times and SDKs through their update sites and thence through the Europa update site. (The Planning Council identified that this might not be technically possible due to bugs in the update manager's computation of required dependencies. We will remove this requirement if it proves to be impossible.)
 
# Projects must provide both run-times and SDKs through their update sites and thence through the Europa update site. (The Planning Council identified that this might not be technically possible due to bugs in the update manager's computation of required dependencies. We will remove this requirement if it proves to be impossible.)
 
# Projects must use signed plugins using the Eclipse certificate.
 
# Projects must use signed plugins using the Eclipse certificate.
 
# Any third-party plug-ins that are common between projects must be consumed via [http://www.eclipse.org/orbit/ Orbit]; the final Europa release will not have duplicate third-party libraries (note that this only applies to identical versions of the libraries; thus if project A requires foo.jar 1.6 and project B uses foo.jar 1.7, that's ok).
 
# Any third-party plug-ins that are common between projects must be consumed via [http://www.eclipse.org/orbit/ Orbit]; the final Europa release will not have duplicate third-party libraries (note that this only applies to identical versions of the libraries; thus if project A requires foo.jar 1.6 and project B uses foo.jar 1.7, that's ok).
 +
# All plug-ins must correctly list their required JVM versions in the manifest/plugin.xml.
 
# Project representatives must attend the planning meetings and conference calls - you have to be involved to be involved.
 
# Project representatives must attend the planning meetings and conference calls - you have to be involved to be involved.
 
# At least one person from each project must subscribe to cross-project bug inbox
 
# At least one person from each project must subscribe to cross-project bug inbox
Line 51: Line 53:
  
 
====Should Do====
 
====Should Do====
These are strongly recommended for participating projects:
+
These are recommended for participating projects:
 
# Projects should have jar'ed plug-ins because this is good Eclipse citizenship.
 
# Projects should have jar'ed plug-ins because this is good Eclipse citizenship.
 
# Projects should use Eclipse message bundles, not Java bundles because this is a good Eclipse citizenship.
 
# Projects should use Eclipse message bundles, not Java bundles because this is a good Eclipse citizenship.
Line 58: Line 60:
 
# Non-project-team-members should be able to run unit tests on each project.
 
# Non-project-team-members should be able to run unit tests on each project.
 
# Source tarballs should be created for Linux distros to build with.
 
# Source tarballs should be created for Linux distros to build with.
# Should have new & noteworthy for each milestone. Should be something readable and usable not just a static list of all the bugs.
+
# Should have new & noteworthy for each milestone. Should be something readable and usable not just a static list of all the bugs. Corollary: individual new & noteworthy should be linked in to the collective New & Noteworthy.
 
# Projects should use ICU4J.
 
# Projects should use ICU4J.
 +
# Projects should provide build RSS feeds as per the build workshop.
 
# Projects should have a written ramp down policy. (One of the issues identified with this guideline is that its not so much the ramp down policy of how many votes are needed for each bug fix that we need to be consistent on, but rather the meaning of each of the milestones and release candidates. Here [http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/eclipse-project-home/plans/3_2/freeze_plan_3.2.html] is the Platform 3.2 ramp down policy as a guideline for other projects.)
 
# Projects should have a written ramp down policy. (One of the issues identified with this guideline is that its not so much the ramp down policy of how many votes are needed for each bug fix that we need to be consistent on, but rather the meaning of each of the milestones and release candidates. Here [http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/eclipse-project-home/plans/3_2/freeze_plan_3.2.html] is the Platform 3.2 ramp down policy as a guideline for other projects.)
 
====Not Sure Yet====
 
# Choose dates so that it is all done in advance - not at the last minute.
 
# Participate in a collective New & Noteworthy
 
# Projects should follow the [[Version Numbering]] policy.
 
# [[Update_Site_Optimization | Optimize ]] your update site using [[Pack200 | pack200 ]] to reduce bandwidth utilization and provide a better update experience for users.
 
# Join (milestone releases according to schedule) by M4.
 
# Require that projects provide build RSS feeds as per the build workshop.
 
# We expect milestones to be consumed so fatal problems should be fixed and rebuilt, but problems in release candidates will just roll over to the next candidate.
 
# Project plan must list all the plug-ins and their required JVM versions by milestone M5.
 
  
 
===Milestones and Release Candidates===
 
===Milestones and Release Candidates===

Revision as of 12:20, 20 October 2006

(This is the easily-community modifiable wiki page about the Europa Simultaneous Release. This page (and its siblings) should be the main developer information pages. The master page on the eclipse.org site mostly points here.)

Projects

The projects that plan to participate in the Europa Simultaneous Release are: (and their milestone offsets and their project lead)

Project Offset Lead
AJDT +1  ?
BIRT +2 Wenfeng Li
CDT +1 Doug Schaefer
DSDP DD +2  ?
DSDP TM +2  ?
DTP +1 John Graham
EMF +1 Ed Merks
EMFT
(OCL, Query,
Transaction,
Validation)
+1  ?
GEF +1  ?
GMF +2 Rich Gronback
Platform +0 Kevin Haaland
TPTP +2 Sri Doddapaneni
Web Tools +2 Tim Wagner

Requirements For Participation

Projects that are part of Callisto agree to abide by the following requirements.

Must Do

These are required for participation:

  1. The projects must work together.
  2. Projects must have build process maturity and their own functional project update site - the Europa site will reference these sites, not replace them.
  3. Projects must optimize their update site using pack200 to reduce bandwidth utilization and provide a better update experience for users. Additionally, they should do site digesting.
  4. Projects must use 4-part version numbers.
  5. Projects must provide both run-times and SDKs through their update sites and thence through the Europa update site. (The Planning Council identified that this might not be technically possible due to bugs in the update manager's computation of required dependencies. We will remove this requirement if it proves to be impossible.)
  6. Projects must use signed plugins using the Eclipse certificate.
  7. Any third-party plug-ins that are common between projects must be consumed via Orbit; the final Europa release will not have duplicate third-party libraries (note that this only applies to identical versions of the libraries; thus if project A requires foo.jar 1.6 and project B uses foo.jar 1.7, that's ok).
  8. All plug-ins must correctly list their required JVM versions in the manifest/plugin.xml.
  9. Project representatives must attend the planning meetings and conference calls - you have to be involved to be involved.
  10. At least one person from each project must subscribe to cross-project bug inbox
  11. Build team members from each project will provide communication channels: phone, mail, IM, IRC and will be available during to-be-specified crucial integration times
  12. Projects must have stated and demonstrated their intent to join Europa by the M4+0 date.
  13. Projects that have demonstrated an inability to synchronize with Europa milestones by M6 will be removed from the Europa simultaneous release unless the remaining Europa projects vote to retain said project.

Should Do

These are recommended for participating projects:

  1. Projects should have jar'ed plug-ins because this is good Eclipse citizenship.
  2. Projects should use Eclipse message bundles, not Java bundles because this is a good Eclipse citizenship.
  3. Build reproducibility? Require that projects be buildable by community members. Should be identical bits (but not required). All build assets and documentation in CVS/Subversion.
  4. Non-project-team-members should be able to build each project.
  5. Non-project-team-members should be able to run unit tests on each project.
  6. Source tarballs should be created for Linux distros to build with.
  7. Should have new & noteworthy for each milestone. Should be something readable and usable not just a static list of all the bugs. Corollary: individual new & noteworthy should be linked in to the collective New & Noteworthy.
  8. Projects should use ICU4J.
  9. Projects should provide build RSS feeds as per the build workshop.
  10. Projects should have a written ramp down policy. (One of the issues identified with this guideline is that its not so much the ramp down policy of how many votes are needed for each bug fix that we need to be consistent on, but rather the meaning of each of the milestones and release candidates. Here [1] is the Platform 3.2 ramp down policy as a guideline for other projects.)

Milestones and Release Candidates

These milestone and release candidate dates are based on the dependencies of the projects (we call these the +0, +1, and +2 dependencies). Obviously, if a +0 date slips, then it will cause the +1 and +2 dates to slip; similarly for a +1 slip causing +2 slips.

Candidate milestone dates:

+0 +1 +2
M4 Dec 15 Dec 21 Jan 4
M5 Feb 9 Feb 16 Feb 23
M6 - API Freeze Mar 23 Mar 30 Apr 6
M7 - RC0 May 4 May 11 May 18
RCn...
RCX Jun 15  ?  ?
Europa June 29

Mailing Lists

To avoid confusion amongst the various mailing lists in existence, Europa projects will use these lists:

  • eclipse.org-planning-council [2] - the main list for the project leaders who are coordinating Europa
  • cross-projects-issues-dev [3] - a list for developers and users who encounter problems with Europa: can't download, can't install, unable to make these two projects work together, etc.
  • europa-build-workshop [4] - a list for the buildmeisters of Europa projects

Conference Calls

Wednesdays, 7am PT, 10am ET, 4pm CET, 5pm IT. 613.287.8000 or 866.362.7064 passcode 874551#

  • October 18 - Finalize rules and dates (time)
  • December 20 - mid-M4 (time)
  • Jan 3 - post-M4 (time)
  • Jan 23-24 - F2F @SFO (time)
  • Feb 7 - pre-M5 (time)
  • Feb 14 - mid-M5 (time)
  • Feb 21 - mid-M5 (time)
  • Mar 4 - F2F@EclipseCon post-M5 (time)
  • Mar 21 - pre-M6 (time)
  • Mar 28 - mid-M6 (time)
  • Apr 4 - mid-M6 (time)
  • Apr 11 - post-M6 (time)
  • May 2 - pre-RC0; plan for remaining RC calls (time)
  • May 9 - mid-RC0 (time)
  • May 16 - mid-RC0 (time)
  • May 23 - post-RC0 (time)
  • June 6 - pre-RCX (time)
  • June 13 - mid-RCX (time)
  • June 20 - mid-RCX (time)
  • June 27 - final RCX (time)

Europa CVS Projects

A number of utilities have been written to automate the assembly of Callisto (and now Europa) builds. These are available in their own CVS respository. You can find more information about how this is organized and individual project responsibilities for the build on this Callisto build page.

Back to the top