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

Debug/DebugRelEng

< Debug
Revision as of 12:13, 11 May 2011 by Michael Rennie.ca.ibm.com (Talk | contribs) (The RelEng Tools)

Platform Debug
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source
JDT Debug
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Introduction

Being part of the Eclipse platform requires that for each I-build in the Eclipse build schedule all of the debug plugins must be released to the build.

This process only has a few requirements:

  1. you have all of the required bundles
  2. you have commit rights to all of the required bundles
  3. you have no pending changes in your RelEng workspace
  4. the RelEng tools are installed in your host Eclipse

Bundles Needed To Release

The bundles that must be released each week can be found in the project set file.

They include:

org.eclipse.core.variables
org.eclipse.debug.core
org.eclipse.debug.examples.core
org.eclipse.debug.examples.ui
org.eclipse.debug.tests
org.eclipse.debug.ui
org.eclipse.jdt.debug
org.eclipse.jdt.debug.tests
org.eclipse.jdt.debug.ui
org.eclipse.jdt.launching
org.eclipse.jdt.launching.macosx
org.eclipse.jdt.launching.ui.macosx
org.eclipse.ui.console

There is an additional required bundle that contains all of the map files that must be updated, which is: org.eclipse.releng

This bundle is available in the default Eclipse CVS repository:

dev.eclipse.org/cvsroot/eclipse/org.eclipse.releng

The RelEng Tools

The key to being able to release all of the bundle is to use the Eclipse RelEng tools.

These tools do not come installed in Eclipse by default, but can easily be installed from any of the release update sites. For example the Indigo update site.

To confirm that the RelEng tools have successfully been installed simply select a debug project in your workspace, right-click, select the Team fly-out menu and look for the Release... command. If the Release... command is present the tools are installed and ready to go.

Releasing Bundles

Map Files

Choosing Tags

Build Notes

Copyright © Eclipse Foundation, Inc. All Rights Reserved.