Bug 242184 - EclipseImportReader doesn't honour update site policy
Summary: EclipseImportReader doesn't honour update site policy
Status: RESOLVED WONTFIX
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Buckminster (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: buckminster.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2008-07-28 03:27 EDT by Markus Kuppe CLA
Modified: 2019-02-25 14:40 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Markus Kuppe CLA 2008-07-30 03:06:55 EDT
After some initial though and debugging I'm not so sure anymore this really makes sense. Using the policy file pretty much duplicates what's in the rmap.
What I probably need instead is am mechanism to prevent the update manager from resolving "mirrorsURL", "digestURL" and "associateSitesURL" (Bug #238599). Because when I set the rmap to materialize against a local eclipse.org mirror, I don't need the update manager to a) get the list of mirrors and b) maybe even dl from a mirror.

On the other hand I suspect Bug #238599 won't be addressed soon. At least not in 3.4 as it might requires API changes (mostly in org.eclipse.update.core.SiteManager unless system properties are acceptable). And working around this issue in Buckminster means cloning a lot of code from org.eclipse.update.core.SiteManager, org.eclipse.update.internal.core.InternalSiteManager, org.eclipse.update.core.model.SiteModelFactory and org.eclipse.update.core.model.DefaultSiteParser (if it is the right location to park the code to ignore the three site.xml attributes).
Comment 2 Thomas Hallgren CLA 2009-06-04 04:17:16 EDT
Closing as WONTFIX since P2 doesn't honor policies either.