Bug 328424 - Consider requirements when validating and launching
Summary: Consider requirements when validating and launching
Status: NEW
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-21 22:02 EDT by Jeff McAffer CLA
Modified: 2012-09-09 04:48 EDT (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 Jeff McAffer CLA 2010-10-21 22:02:47 EDT
currently product validation only considers included bundles and features. A feature-based product that lists a feature that in turn *requires* some other bundle will not validate even though if it were built and installed it would run (assuming the requirement is actually met in the current target).

similarly, when launching the product, required bundles/features are not added to the launch configuration.  

Basically this is a disconnect between what p2 and PDE build will do and what PDE UI allows.