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 99264 - META-INF services : some services are missing, it depends on how to create a module
Summary: META-INF services : some services are missing, it depends on how to create a ...
Status: RESOLVED WORKSFORME
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-28 16:22 UTC by Masaki Katakai
Modified: 2007-11-03 00:27 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 Masaki Katakai 2007-03-28 16:22:12 UTC
I'm now trying to add a class for org.netbeans.spi.sendopts.OptionProcessor
but under the META-INF services nodes, sometime some services are not visible.
When I created a module after creating module suite, it's not visible.
But when I created a module first, it's visible.

1) Start NetBeans
2) Create a project for "Mobule Project"
3) Check Important Files node -> META-INF services -> <all services>
        org.netbeans.spi.sendopts.OptionProcessor is existing

1) Start NetBeans
2) Create a project for "Module Suite Project"
3) Add New module project that belongs to the module suite project
4) Check Important Files node -> META-INF services -> <all services>
        org.netbeans.spi.sendopts.OptionProcessor is missing

What is different in these two?

Another scenario is,

1) Start NetBeans
2) Create a project for "Mobule Project"
3) Check Important Files node -> META-INF services -> <all services>
        org.netbeans.spi.sendopts.OptionProcessor is existing
4) Create a project for "Module Suite Project"
5) Add the module project to the module suite project,
   Now module project belongs to suite project
6) Check Important Files node -> META-INF services -> <all services>
        org.netbeans.spi.sendopts.OptionProcessor is still existing
Comment 1 Masaki Katakai 2007-03-28 16:23:40 UTC
I'm using 200703271800.

NetBeans IDE Dev (Build 200703271800)
1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b04
SunOS version 5.11 running on x86
en (nb); ISO646-US
Comment 2 Antonin Nebuzelsky 2007-10-31 00:01:38 UTC
Jesse, please, have a quick look at this.
Comment 3 Jesse Glick 2007-11-03 00:27:34 UTC
Just tried in a current dev build; the services are visible for me in all cases.