Community
Participate
Working Groups
When aggregating a repository like Helios, the resulting repository lacks some of the tooling needed to install or update the eclipse SDK.
I found a bug in how we generate the top "include everything" feature that made a large number of it's dependencies conditional with (osgi.os = linux). The problem was that a method parameter was altered in a containing a loop. Each iteration in the loop added a filter to the parameter which was initially empty. The loop created the dependencies. Once one of the dependencies had a filter, all subsequent dependencies were generated with the same filter. The neat effect of this was that products like org.eclipse.sdk.ide was present only when verifying for linux. The tooling fragments for win32 were thus missing in the end result. A fix for this was checked in to trunk, rev 1437. A new version has been published to our 3.6 update sites.
[Bookkeeping change only. Moving bugs to the new "home" of aggregator, CBI. No change to assignee for resolved and verified bugs.]