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 - Wizard to create application-mode suite
Summary: Wizard to create application-mode suite
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: PLAN, UI
Depends on: 130696
Blocks: 129453
  Show dependency tree
 
Reported: 2008-03-06 17:48 UTC by Ondrej Langr
Modified: 2008-03-21 18:11 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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