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 - New File Type wiz - missing manifest registration
Summary: New File Type wiz - missing manifest registration
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on: 61600 61918
Blocks:
  Show dependency tree
 
Reported: 2005-08-05 18:27 UTC by Jesse Glick
Modified: 2005-11-28 17:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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