Re: module in netbeans app
Peter Cheung <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <SG2PR01MB0348CDDE2FA4BD850ED62AE8B5BD0@SG2PR01MB0348.apcprd01.prod.exchangelabs.com> |
Hi All i know why now, if i create a project using the wizard "module suite", then all modules in it can reload in development IDE. If i create a "Netbeans Platform Application", all modules in there just can't, the menu is dim. May I know which file is configuring the project is "module suite" or "Netbeans Platform Application". What is the different of these two kind of projects. When i click "run", both popup a new netbeans and i can't see the different. thanks from Peter ________________________________ From: geertjan wielenga <[email protected]> Sent: Sunday, November 13, 2016 5:45 PM To: [email protected] Subject: [platform-dev] Re: module in netbeans app You cannot enable it. Only if the module you're creating is intended to extend NetBeans itself, will that menu item be enabled. Create a new module, not as part of an application, but as a standalone module, and you will see it is enabled. Gj On 13-11-2016 4:31, Peter Cheung wrote: thanks, but don't know how to enable it ________________________________ From: geertjan wielenga <[email protected]><mailto:[email protected]> Sent: Saturday, November 12, 2016 7:47 PM To: [email protected]<mailto:[email protected]> Subject: [platform-dev] Re: module in netbeans app That menu item is only relevant to modules you're creating for your development environment, i.e., for the IDE you're currently using. Gj On 12-11-2016 12:32, Peter Cheung wrote: Hi, i got another netbeans project, but the modules in there have that menu. That project has layer.xml, not sure if i have this file, the menu will not dim or not. ________________________________ From: geertjan wielenga <[email protected]><mailto:[email protected]> Sent: Saturday, November 12, 2016 4:01 PM To: [email protected]<mailto:[email protected]> Subject: [platform-dev] Re: module in netbeans app That menu item is only relevant to modules you're creating for your development environment, i.e., for the IDE you're currently using. Gj On 12-11-2016 5:09, Peter Cheung wrote: Hi All I have a netbeans app and there is a module project, but the menu "install/reload in development IDE" is dim, so i can't click on it. thanks from Peter