Community
Participate
Working Groups
Cloned to track release into R3.6.x maintenance branch. +++ This bug was initially created as a clone of Bug #329279 +++ As a result of investigating bug 329202, Andrew, DJ and I discovered that the director isn't installing optional source features for the SDK. The eclipse SDK generates the platform source feature and optional equinox.p2.user.ui.source feature. If you run the p2.director from M3 with the following arguments, the org.eclipse.equinox.p2.user.ui feature and associated bundles will be included in the install, but not org.eclipse.equinox.p2.user.ui.source components. -os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog -metadataRepository http://download.eclipse.org/eclipse/updates/3.7milestones/S-3.7M2a-201009211024 -artifactRepository http://download.eclipse.org/eclipse/updates/3.7milestones/S-3.7M2a-201009211024 -installIU org.eclipse.sdk.ide -os linux -ws gtk -arch x86 -destination c:\installSDK -profile SDKProfile -profileProperties org.eclipse.update.install.features=true This issue first appeared during M3, as the M2a build seems fine.
Released and tagged in R36x.