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 205791 - Disable help button in new Maven sample project wizards
Summary: Disable help button in new Maven sample project wizards
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Samples (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks: 205440
  Show dependency tree
 
Reported: 2011-12-01 16:04 UTC by Jeffrey Rubinoff
Modified: 2012-02-07 15:36 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 Jeffrey Rubinoff 2011-12-01 16:04:33 UTC
There's a Help button in the Name and Location panel of New Enterprise Sample
Project
wizard for Maven samples. This button maps to
org.netbeans.modules.maven.samples.MavenSamplesWizardPanel but there is no help
mapped to that ID.
Evaluating the wizard, I don't see any use for context-sensitive help for that
panel. It's just location. A short note could be put directly in the
wizard if you really want, explaining that location is
wherever you want in your file system. Can write that text for you if you like.
Anyway, could you please disable all help with the target
org.netbeans.modules.maven.samples.MavenSamplesWizardPanel?
Also, are you sure that the wizard for Maven samples should be titled New Enterprise Sample Project? Enterprise apps have that title but no others.
Comment 1 Kenneth Ganfield 2012-01-03 14:07:04 UTC
The titles of the Maven Samples new project wizard are incorrect.
The title should either be the name of the sample project or "New Sample Maven Application"

The titles for the sample projects are inconsistent between the various project types:

For Java and JavaFX samples, the title corresponds to the name of the selected project.

For Web and Java EE samples, the title is the generic "New Enterprise Sample Project" except for the Web samples JSTL Examples, JSP Examples and Servlet Examples which have "New Sample Web Application".

For Java Web Services, the samples use the generic title "New Project" except for the Calculator and Secure Calculator samples which use "New Sample Web Application"

For NetBeans module samples, the title is a very generic title "New Project".
Comment 2 Martin Janicek 2012-02-07 15:36:48 UTC
Fixed in: web-main #f3a3cc7f7109

Inconsistency between wizard titles should be fixed independently (see issue 205792)