Community
Participate
Working Groups
N20100620-2000 (3.7 stream; Bugzilla 'Version' field does not yet offer 3.7) The eclipse.buildId system property is not in eclipse/configuration/config.ini any more. In 3.6, the config.ini contained this line: eclipse.buildId=I20100608-0911 This also used to work fine for N-builds, e.g.: eclipse.buildId=N20100530-2000 Consequences of this include: - Error Log view does not show build ID any more - 'Copy Build Id To Clipboard' command shows an error dialog: org.eclipse.core.commands.ExecutionException: No build ID in this instance. at org.eclipse.ui.internal.ide.commands.CopyBuildIdToClipboardHandler.execute(CopyBuildIdToClipboardHandler.java:40) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.ui.internal.handlers.HandlerService.executeCommandInContext(HandlerService.java:270) at org.eclipse.ui.internal.quickaccess.CommandElement.execute(CommandElement.java:53) at org.eclipse.ui.internal.quickaccess.QuickAccessDialog.handleElementSelected(QuickAccessDialog.java:708)
I guess I found the culprit in Platform/Releng: /org.eclipse.releng.eclipsebuilder/eclipse/buildConfigs/sdk/builder/sdk.product 1.11 lost 3 properties at the end of the file.
Same omissions in /org.eclipse.releng.eclipsebuilder/eclipse/buildConfigs/platform/platform.product
Bug 260328 strikes again.
Created attachment 172460 [details] patch I think the pde editor did this when I updated the version of the product. It often has unexpected results because there are values in our product files that aren't supported. There is an existing bug for this issue.
tagged for N-build.
The sdk.product is back to version="3.6.0.@qualifier@" now. Should be 3.7.0.
And this is why the build failed. Sorry about this. I was creating the patch by comparing with another branch and inadvertently copied the part with the old product id.
This has been fixed for the next build.