This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 61879

Summary: New File Type wiz - missing manifest registration
Product: apisupport Reporter: Jesse Glick <jglick>
Component: ProjectAssignee: Milos Kleint <mkleint>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 61600, 61918    
Bug Blocks:    

Description Jesse Glick 2005-08-05 18:27:40 UTC
Doesn't actually add the loader section to manifest. :-O
Comment 1 Jesse Glick 2005-08-05 18:30:08 UTC
...and for XML types, the loader must be

Install-Before: org.openide.loaders.XMLDataObject,
org.netbeans.modules.xml.core.XMLDataObject

so that it actually works to recognize the files.
Comment 2 Milos Kleint 2005-08-07 19:02:44 UTC
fixed.
Comment 3 Milos Kleint 2005-08-07 19:04:54 UTC
the files however still don't get recognized when running the module with the
loader. In the options UI everything looks ok.
I will investigate tomorrow.
Comment 4 Milos Kleint 2005-08-08 10:43:06 UTC
it actually works. but one needs to restart the IDE, file a issue for that #61918
Comment 5 pzajac 2005-11-28 17:21:09 UTC
verified