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 129451

Summary: Wizard to create application-mode suite
Product: apisupport Reporter: Ondrej Langr <olangr>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker CC: geertjan, jrojcek
Priority: P2 Keywords: PLAN, UI
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 130696    
Bug Blocks: 129453    

Description Ondrej Langr 2008-03-06 17:48:05 UTC
This is due to improper name of the appropriate wizard ("Module Suite") and the need to disable non-platform netbeans
modules in project properties.

Entrance barrier with the current state is just too high and it is unlikely that a user would succeed in creating an
application on top of platform without reading "how to" documentation.

Suggested solution: create separate "Platform Application" project type which would by default have all non-platform
netbeans modules inactive and splash screen disabled. Keep the "Module Suite" wizard as it is.
Comment 1 Jesse Glick 2008-03-06 18:36:24 UTC
I could have sworn this was already filed, but I can't find it now.
Comment 2 Ondrej Langr 2008-03-14 09:02:16 UTC
Change: Suggested name is "NetBeans Platform Application" not "Platform Application". It should be the last in the group
which is now called "NetBeans Modules". Thanks.
Comment 3 Jesse Glick 2008-03-14 19:32:39 UTC
Disabling the splash screen is not supported through the GUI, though you can add to project.properties:

run.args.extra=--nosplash

(This will not carry over into the JNLP or ZIP distros automatically.)
Comment 4 Jesse Glick 2008-03-14 19:37:14 UTC
#921da63f7ffd