Bug 9840 - NPE while installing
Summary: NPE while installing
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Update (deprecated - use Eclipse>Equinox>p2) (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 major (vote)
Target Milestone: 2.0 M4   Edit
Assignee: Christophe Elek CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-14 13:35 EST by Vlad Klicnik CLA
Modified: 2002-03-18 14:16 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 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