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

DTP Build Transition

Back to DTP Release Engineering

Introduction

This page describes the changes that will occur when the DTP build transitions from the current system to a PDE based build infrastructure. While the output of both build systems is functionally equivalent, there are some details that will impact both DTP committers and consumers of DTP.

Changes

Map Files

The new DTP build process will use map files. These files specify the features and plug-ins to be included in the build. Further, map files specify a CVS tag for each plug-in and feature. The use of map files is fairly common among Eclipse Foundation projects and brings a number of advantages:

  • Committers can use tags to manage which code appears in which build.
  • Committers can update the map files to add or remove plug-ins.
  • Consumers of DTP interested in duplicating the build process have a specification of exactly what code was used for a given build.

The map files for DTP will be kept in the org.eclipse.datatools.releng CVS module, to which all DTP committers have write access.

Naturally, with power comes responsibility. Aside from the obvious requirement to keep the map files and CVS tags current, committers should be very care when adding or removing plug-ins, since doing so can introduce dependencies and build breakage. Therefore, aside from update the existing tags used in the map files, we encourage committers to file bugs with proposed changes (additions/removals/etc.) for review by the release engineering team and PMC before making such changes.

Use of ".qualifier"

As described in the DTP Plug-in Versioning Policy, "A DTP plug-in version number has four fields, separated by a ".": Major.Minor.Service.Qualifier"

Previously DTP committers where required to update the qualifier field with each plug-in change. Starting with the new build system, the time stamps in all DTP 1.6 plug-ins will be changed to ".qualifier" and the DTP build process will control update of these values.

For nightly builds, the ".qualifier" field will be set to a current time stamp.

For integration/milestone builds, the ".qualifier" field will be set to the tag name specified in map files.

Format of Distribution Version Stamp

Currently DTP distributions (end user and extender zips) have the following format:

  • dtp-sdk_1.6M6_20080227.zip
  • dtp_1.6M6_20080227.zip

with the exact time stamp varying according to the build date. In the new build system, the format will be like:

  • dtp-sdk-1.6M6-200802251143.zip
  • dtp-1.6M6-200802251143.zip

again, with the exact time stamp varying according to the build date. Consumers relying on a specific format (say for automatic consumption in a build process) might need to update their matching patterns for this change.

Build Schedule

Note: Using Shanghai time.

Nightly builds take place from Monday to Thursday. Integration builds takes place on Friday.

Contacting the Build Team

There are a number of ways to contact the build team:

  • Create a Bugzilla entry for DTP, using the "releng" component
  • Send mail to the DTP development mailing list

Copyright © Eclipse Foundation, Inc. All Rights Reserved.