Skip to main content
Jump to: navigation, search

Platform UI/Build Submission

< Platform UI
Revision as of 14:50, 13 November 2007 by Kevin mcguire.ca.ibm.com (Talk | contribs) (How to do an Integration Build submission)

How to do an Integration Build submission

Prep:

  1. It is best to keep an install/workspace around solely for the purpose of build submission. Take the latest milestone.
  2. Install releng tools into your eclipse install
    1. go to http://download.eclipse.org/eclipse/downloads/
    2. pick the build matching your install
    3. scroll to bottom, last section should be titled org.eclipse.releng.tools plug-in
    4. download to your install dir. Note: to verify its installed, start up eclipse, pick a project and popup menu. You should see "Fix Copyrights..."

Steps:

  1. Load contents from CVS
    1. Load the two modules(they will be at the bottom)
      1. platform-ui
      2. platform-ui-test
      3. Note: the project org.eclipse.ui.carbon will have errors if you are not on carbon. You should have no other errors though.
    2. Load the project org.eclipse.releng
  2. Run the test suites. To do this:
    1. Open up Run->Run Configurations
    2. Under JUnit Plug-in Tests, select each test in turn and run. You can't multi select, so each test is run on its own.
    3. Note: The JFace-All and RCP Test Suite require that the workbench have focus otherwise you will get false errors. Go get a coffee while running these since you can't use your machine.
  3. Select all the projects, pop up the menu and pick Team->Release...
  4. Check the "Generate Build Notes" option at the bottom of the dialog.
  5. Only take ui.map
  6. Click on the generate Build Notes button
    1. Note: build notes file is in org.eclipse.ui/buildnotes_workbench.html
  7. Select all text and paste into your mailer. Later, use this text to send an email to platform-ui-dev@eclipse.org notifying of build submission.
  8. Type "Submission for X" where X is the date/time for the corresponding build

Back to the top