Bug 531580 - Workspace preference page to allow configuring # simultaneous builds
Summary: Workspace preference page to allow configuring # simultaneous builds
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 4.7   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 4.8 M6   Edit
Assignee: Mickael Istria CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation, noteworthy
Depends on: 530649
Blocks:
  Show dependency tree
 
Reported: 2018-02-23 05:49 EST by Mickael Istria CLA
Modified: 2018-08-16 05:42 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mickael Istria CLA 2018-02-23 05:49:09 EST
With bug 530649, it's now possible to inform the workspace to dispatch, when possible, independent project builds on parallel threads. This is configured by a setting in IWorkspaceDescription.
The workspace preference page should allow a way to configure that.
Comment 1 Eclipse Genie CLA 2018-02-27 15:47:42 EST
New Gerrit change created: https://git.eclipse.org/r/118303
Comment 3 Eclipse Genie CLA 2018-03-01 05:25:09 EST
New Gerrit change created: https://git.eclipse.org/r/118408
Comment 5 Mickael Istria CLA 2018-03-05 04:54:32 EST
Done 4 days ago.
Comment 6 Sarika Sinha CLA 2018-03-13 00:48:27 EDT
@Mickael,
The screenshot in N&N looks a bit blurry. Can you put a little clear screenshot.
Thanks.
Comment 7 Mickael Istria CLA 2018-03-13 03:24:59 EDT
(In reply to Sarika Sinha from comment #6)
> Can you put a little clear screenshot.

I've used Gimp to resize the image to the desired size, but I don't know how to improve the quality of the image after a resize. Any hint?
Comment 8 Sarika Sinha CLA 2018-03-13 03:57:29 EDT
(In reply to Mickael Istria from comment #7)
> 
> I've used Gimp to resize the image to the desired size, but I don't know how
> to improve the quality of the image after a resize. Any hint?

Not sure about improving the quality but you can take the initial image much smaller in width by discarding the not so important empty spaces in the right side.
Comment 9 maarten meijer CLA 2018-08-14 06:18:54 EDT
Can this preference be set via plugin_customization.ini and if yes, how?
Comment 10 Mickael Istria CLA 2018-08-16 05:42:29 EDT
(In reply to maarten meijer from comment #9)
> Can this preference be set via plugin_customization.ini and if yes, how?

Yes, like any preference, it can.

The key for plugin_customization.ini line should be `org.eclipse.core.resources/MAX_CONCURRENT_PROJECT_BUILDS`.
HTH