Difference between revisions of "Platform UI/Build Submission"
(→How to do an Integration Build submission) |
(→How to do an Integration Build submission) |
||
Line 20: | Line 20: | ||
## 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. | ## 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. | ||
# Select all the projects, pop up the menu and pick Team->Release... | # Select all the projects, pop up the menu and pick Team->Release... | ||
+ | # If this is the first time through you'll need to identify the correct map file (don't take the default, which is the releng one). The map you want is in the org.eclipse.releng project. Find that project in the wizard list, drill down to \maps\ui.map. Once selected, click Next>. | ||
+ | # On the Project Selection page, only select ui.map. | ||
# Check the "Generate Build Notes" option at the bottom of the dialog. | # Check the "Generate Build Notes" option at the bottom of the dialog. | ||
− | + | ## Note: the build notes file is in org.eclipse.ui/buildnotes_workbench.html | |
− | + | ||
− | ## Note: build notes file is in org.eclipse.ui/buildnotes_workbench.html | + | |
# 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. | # 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. | ||
# Type "Submission for X" where X is the date/time for the corresponding build | # Type "Submission for X" where X is the date/time for the corresponding build |
Revision as of 18:51, 13 November 2007
How to do an Integration Build submission
Prep:
- It is best to keep an install/workspace around solely for the purpose of build submission. Take the latest milestone.
- Install releng tools into your eclipse install
- go to http://download.eclipse.org/eclipse/downloads/
- pick the build matching your install
- scroll to bottom, last section should be titled org.eclipse.releng.tools plug-in
- 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:
- Load contents from CVS
- Load the two modules(they will be at the bottom)
- platform-ui
- platform-ui-test
- Note: the project org.eclipse.ui.carbon will have errors if you are not on carbon. You should have no other errors though.
- Load the project org.eclipse.releng
- Load the two modules(they will be at the bottom)
- Run the test suites. To do this:
- Open up Run->Run Configurations
- 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.
- 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.
- Select all the projects, pop up the menu and pick Team->Release...
- If this is the first time through you'll need to identify the correct map file (don't take the default, which is the releng one). The map you want is in the org.eclipse.releng project. Find that project in the wizard list, drill down to \maps\ui.map. Once selected, click Next>.
- On the Project Selection page, only select ui.map.
- Check the "Generate Build Notes" option at the bottom of the dialog.
- Note: the build notes file is in org.eclipse.ui/buildnotes_workbench.html
- 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.
- Type "Submission for X" where X is the date/time for the corresponding build