Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #324336 +++ Build Identifier: M20100901-1310 I just updated to 3.6.1 because of Bug 320583 - Target platform gets out of sync at each Eclipse restart. Now the .target file, which could be resolved using 3.6.0 without a problem, resolves to '0 plug-ins available'. It might be because the .target still wants to use the 3.6.0 features, but I don't see anything wrong with such a request. Reproducible: Always Steps to Reproduce: Open the attached rcp.target platform, wait till it's resolved, says '0 plug-ins available'.
Created attachment 178101 [details] Possible Fix
The attached fix does the following: If an error status is returned, report it If a warning status is returned and result is empty, report it If a warning status is returned and result is not empty, continue It would be better if we can display both the status and the result (if there was one). However, the current structure of AbstractBundleContainer does not allow this.
Fixed in HEAD (slightly different than the attached patch because of the change in the IU container's structure). See IUBundleContainer.java