Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 328399 - FeatureGenerator should not throw exception for missing source feature
Summary: FeatureGenerator should not throw exception for missing source feature
Status: RESOLVED WONTFIX
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 3.6   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: pde-build-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-21 15:36 EDT by Andrew Niefer CLA
Modified: 2018-12-03 09:07 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Niefer CLA 2010-10-21 15:36:02 EDT
If a plugin based product wants to include source, one way to do this is to set 

featureList = org.eclipse.my.source
generatedBuildProperties=${builder}/source.properties

where source.properties contains
generate.feature@org.eclipse.my.source=org.eclipse.pde.container.feature


However, the FeatureGenerator will throw an exception because it can't find the org.eclipse.my.source feature.  It should just ignore this if it sees the generate.feature which causes the source feature to be generated later.
Comment 1 Andrew Niefer CLA 2010-10-21 16:20:52 EDT
This is fixed for features, however the same applies to source plugins as well which has not been done yet.
Comment 2 Lars Vogel CLA 2018-12-03 09:07:26 EST
Currently we are not actively enhancing PDE build anymore. Therefore, I close this bug as WONTFIX. 

Please reopen, if you plan to provide a fix.