Bug 261102 - [publisher] SiteXMLAction needs to consider repos
Summary: [publisher] SiteXMLAction needs to consider repos
Status: RESOLVED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: p2 (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.5 M6   Edit
Assignee: P2 Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 241441
  Show dependency tree
 
Reported: 2009-01-14 16:49 EST by Andrew Niefer CLA
Modified: 2009-02-11 13:49 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.
Description Andrew Niefer CLA 2009-01-14 16:49:07 EST
SiteXMLAction currently only considers the IPublisherResult set when generating categories (see #getFeatureIU).

This means categories can not be generated separately from Feature IU generation.

This should at least consider the destination repo.
Comment 1 Jeff McAffer CLA 2009-01-15 09:39:20 EST
More generally category publishing should be moved to the core publisher and made to take some level of advice.  Someone using a site.xml as input for categorization can then supply that advice.
Comment 2 Andrew Niefer CLA 2009-02-11 13:49:51 EST
SiteXMLAction is now looking in the target metadata repo, as well as the IPublisherInfo context repos (if set).

I raised bug 264567 for Jeff's comment #1.