Builds (Platform-UI)
Eclipse idea banner

Build submissions are done before every integration build and milestone build. Integration builds typically occur on Tuesday. So, the official build submission tends to occur every Monday at 4 p.m. (Eastern Time). This is moved to Tuesday if Monday was a Canadian holiday. If you miss the cut-off for the official build submission, but it is still before 8 a.m. on Tuesday, then you can do your own build submission to make sure your fix gets into the integration build. A warning email should be sent to "platform-ui-dev@eclipse.org" at the beginning of the days on which an official build submission is to occur, and if you do your own build submission.

The Platform-UI team suggests that the Release Engineering (releng) tool be installed before doing a build submission. It reduces the chance of error.

  1. Exit Eclipse (if running)
  2. Download the releng tool.
  3. Unzip the tool into your plugins directory.
  4. Start Eclipse

Before performing an build submission, it is the responsibility of the submitter to verify that the UI tests all pass. To perform a submission using the releng tool, please do as follows:

  1. Select the project you need to version, and select "Team > Release".
  2. Supply the name of the release. Our convention is to use vYYYYMMDD, where the date is the day of the build. If the name is already in use, then use a letter suffix (i.e., a, b, c, etc.).
  3. The synchronize view will open showing the changes in the file "ui.map".
  4. Continue to version all of the packages that you need.
  5. When you are done, commit the changes to "ui.map".

To do a build submission using CVS, please do as follows:

  1. Tag all projects you have changed with the name of the release. Our convention is to use vYYYYMMDD, where the date is the day of the build. If the name is already in use, then use a letter suffix (i.e., a, b, c, etc.).
  2. Checkout "org.eclipse.releng".
  3. Open "maps/ui.map".
  4. Change the version(s) of the project(s) you have tagged.
  5. Save the map.
  6. Commit your changes to the map to CVS.