Bug 9840

Summary: NPE while installing
Product: [Eclipse Project] Platform Reporter: Vlad Klicnik <klicnik>
Component: Update (deprecated - use Eclipse>Equinox>p2)Assignee: Christophe Elek <celek>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P1    
Version: 2.0   
Target Milestone: 2.0 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Vlad Klicnik CLA 2002-02-14 13:35:16 EST
I am unable to install a packaged feature that contains non-plugin data. Get NPE 
 at the completion of the install wizard. Is caused by 
FeaturePackagedContentProvider.getNonPluginEntryArchiveReferences(...)

The above method always returns null

Need this fixed !
Comment 1 Christophe Elek CLA 2002-02-14 15:50:43 EST
Fixed,

in our implementation, some non-plugin can be packaged inside teh feature.jar,
you cannot access them using the method

The non-plugin needed by the jar feature and managed by the site are now
installed properly
Comment 2 Vlad Klicnik CLA 2002-03-18 14:16:11 EST
fixed