Community
Participate
Working Groups
When attempting to build the Eclipse platform, a workaround for bug 213437 that was inserted in Buckminster some time ago causes trouble. The workaround makes sure that swt fragments and launchers are included only if they can be found in the target platform. This approach fails miserably when building the actual platform since the target doesn't contain any of those fragments.
Bug 213437 was fixed in 3.5 so it's only applicable for builds that targets Eclipse releases older then that. I added a boolean flag "buckminster.handle.incomplete.platform.features" that can be applied set to true if necessary. Fix checked in to helios-maintenance branch, revision 11482.