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 57122 - redo Help menu for 4.1
Summary: redo Help menu for 4.1
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: blueprints (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Yutaka Yoshida
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-29 12:54 UTC by John Jullion-ceccarelli
Modified: 2013-02-13 10:20 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch for the J2EE tutorial part (3.47 KB, text/plain)
2005-04-04 13:42 UTC, Petr Jiricka
Details
Built module with the fix of the J2EE platform part (5.37 KB, application/octet-stream)
2005-04-04 15:34 UTC, Petr Jiricka
Details
as there's no meaning of binary diff, here's the diff of layer.xml in bpcatalog.dev.java.net (1.14 KB, text/plain)
2005-04-05 02:50 UTC, Yutaka Yoshida
Details
Also, this is the built module with this fix (1.14 MB, application/octet-stream)
2005-04-05 02:55 UTC, Yutaka Yoshida
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Jullion-ceccarelli 2005-03-29 12:54:25 UTC
Please change the Help menu to the following for 4.1. (I was going to do it
myself but I'm not sure how to implement the Tutorials submenu, thought it would
be safer to let you do it, sorry for the late notice.)

> Help Contents
> =============
> Tutorials > Quick Start Guide
>             Project Import Guide
>             J2EE Tutorial in NetBeans IDE
>             Using NetBeans IDE
> Java BluePrints Solutions Catalogue
> Keyboard Shortcuts
> =============
> Support and Docs
> Release Notes
> =============
> Welcome Screen
> About 

The URLs for the new docs are as follows:

Quick Start Guide -> nbinst:///docs/quickstart_jump.html
Project Import Guide -> nbinst:///docs/import_jump.html
J2EE Tutorial in NetBeans IDE -> www.netbeans.org/kb/41/j2ee-tut/index.html
Using NetBeans IDE -> www.netbeans.org/kb/41/using-netbeans/index.html

Please do the ones that are in Utilities then reassign to j2ee to have them move
the BluePrints Catalogues entry. Thanks.
Comment 1 Marian Petras 2005-03-30 11:10:49 UTC
Accepted.
Comment 2 John Jullion-ceccarelli 2005-03-30 12:12:45 UTC
Mnemonics

> Help Contents -> C
> =============
> Tutorials > Quick Start Guide -> Q
>             Project Import Guide -> I
>             J2EE Tutorial in NetBeans IDE -> J
>             Using NetBeans IDE -> U
> Java BluePrints Solutions Catalogue -> S
> Keyboard Shortcuts -> K
> =============
> Support and Docs -> D
> Release Notes -> l
> =============
> Welcome Screen -> r
> About -> A
Comment 3 Marian Petras 2005-03-31 08:46:01 UTC
Partially fixed (in the trunk).

The J2EE entries need to be added in another module's layer file.
System names of menu items important for ordering of items follow:

     Tutorials (submenu):    Help/Tutorials
     Project Import Guide:   Help/Tutorials/prj-import-guide.url
     Using NetBeans IDE:     Help/Tutorials/using-netbeans.url
     Keyboard Shortcuts:     Help/shortcuts.xml


The following items need to be added/reordered:

     J2EE Tutorial in NetBeans IDE
     Java Blueprints Solutions Catalogue


Added/removed/modified files:
    utilities/src/org/netbeans/modules/url/:
                    Bundle.properties   (1.50)
    utilities/src/org/netbeans/modules/utilities/:
                    Layer.xml   (1.71)
                    join-netbeans-community.url   (deleted - last revision 1.1)
                    module-catalogue.url   (deleted - last revision 1.1)
                    netbeans-web-link.url   (deleted - last revision 1.1)
                    prj-import-guide.url   (1.1 - initial revision)
                    quick-start.url   (1.7)
                    submit-feedback-link.url   (deleted - last revision 1.3)
                    using-netbeans.url   (1.5)

Diffs:
http://utilities.netbeans.org/source/browse/utilities/src/org/netbeans/modules/url/Bundle.properties?r1=1.49&r2=1.50&diff_format=u
http://utilities.netbeans.org/source/browse/utilities/src/org/netbeans/modules/utilities/Layer.xml?r1=1.70&r2=1.71&diff_format=u
http://utilities.netbeans.org/source/browse/utilities/src/org/netbeans/modules/utilities/prj-import-guide.url?rev=1.1&content-type=text/vnd.viewcvs-markup
http://utilities.netbeans.org/source/browse/utilities/src/org/netbeans/modules/utilities/quick-start.url?r1=1.6&r2=1.7&diff_format=u
http://utilities.netbeans.org/source/browse/utilities/src/org/netbeans/modules/utilities/using-netbeans.url?r1=1.4&r2=1.5&diff_format=u
Comment 4 Petr Jiricka 2005-04-04 09:57:28 UTC
> The J2EE entries need to be added in another module's layer file.

Why? Can't "J2EE Tutorial in NetBeans IDE" be addressed also in the utilities
module?

John, are the remaining issues important to solve for 4.1? If so, then this
should be a P2.
Comment 5 John Jullion-ceccarelli 2005-04-04 10:17:07 UTC
This is indeed very important. The J2EE tutorial could be filed as a Utilities
help ID, but it would be better to have it in J2EE somewhere, so that if users
don't have J2EE modules installed/enabled the info doesn't appear. The
blueprints section is already registered somewhere in the j2ee modules so it
needs to be moved there.
Comment 6 Petr Jiricka 2005-04-04 13:38:31 UTC
Fixed the J2EE tutorial part in the trunk. Reassigning to Yuta to fix the
BluePrints Catalog part.

/cvs/utilities/src/org/netbeans/modules/utilities/Layer.xml,v  <--  Layer.xml
new revision: 1.73; previous revision: 1.72
done
Checking in Bundle.properties;
/cvs/j2ee/platform/src/org/netbeans/modules/j2ee/platform/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.4; previous revision: 1.3
done
RCS file: /cvs/j2ee/platform/src/org/netbeans/modules/j2ee/platform/j2ee-tut.url,v
done
Checking in j2ee-tut.url;
/cvs/j2ee/platform/src/org/netbeans/modules/j2ee/platform/j2ee-tut.url,v  <-- 
j2ee-tut.url
initial revision: 1.1
done
Checking in layer.xml;
/cvs/j2ee/platform/src/org/netbeans/modules/j2ee/platform/layer.xml,v  <-- 
layer.xml
new revision: 1.6; previous revision: 1.5
done
Comment 7 Petr Jiricka 2005-04-04 13:42:34 UTC
Created attachment 21344 [details]
Patch for the J2EE tutorial part
Comment 8 Petr Pisl 2005-04-04 14:50:18 UTC
I looked through Petr's fix and it's OK. I don't have any objection.

I have only one comment. It seems to me, that the text "J2EE Tutorial in
NetBeans IDE" in the menu item is a little misleading. As user I expect, that I
have the tutorial on local disk, but it is not.
Comment 9 Petr Jiricka 2005-04-04 15:28:42 UTC
Petr B, can you please test the fix in the next build? Thanks.
Comment 10 Petr Jiricka 2005-04-04 15:34:21 UTC
Created attachment 21354 [details]
Built module with the fix of the J2EE platform part
Comment 11 Yutaka Yoshida 2005-04-05 02:46:37 UTC
Fix in BluePrints part:-

Checking in external/blueprints-solutions-catalog.zip.scrambled;
/cvs/j2ee/external/blueprints-solutions-catalog.zip.scrambled,v  <-- 
blueprints-solutions-catalog.zip.scrambled
new revision: 1.19; previous revision: 1.18
done
Comment 12 Yutaka Yoshida 2005-04-05 02:50:12 UTC
Created attachment 21367 [details]
as there's no meaning of binary diff, here's the diff of layer.xml in bpcatalog.dev.java.net
Comment 13 Yutaka Yoshida 2005-04-05 02:55:03 UTC
Created attachment 21368 [details]
Also, this is the built module with this fix
Comment 14 Lukas Jungmann 2005-04-05 14:31:20 UTC
v. in cont build 200504051141
Comment 15 Petr Jiricka 2005-04-05 15:56:10 UTC
The J2EE tutorial part fixed in branch release41.

Checking in Layer.xml;
/cvs/utilities/src/org/netbeans/modules/utilities/Layer.xml,v  <--  Layer.xml
new revision: 1.72.2.1; previous revision: 1.72
done
Checking in Bundle.properties;
/cvs/j2ee/platform/src/org/netbeans/modules/j2ee/platform/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.3.14.1; previous revision: 1.3
done
Checking in j2ee-tut.url;
/cvs/j2ee/platform/src/org/netbeans/modules/j2ee/platform/j2ee-tut.url,v  <-- 
j2ee-tut.url
new revision: 1.1.2.1; previous revision: 1.1
done
Checking in layer.xml;
/cvs/j2ee/platform/src/org/netbeans/modules/j2ee/platform/layer.xml,v  <-- 
layer.xml
new revision: 1.5.16.1; previous revision: 1.5
done
Comment 16 Yutaka Yoshida 2005-04-05 18:56:28 UTC
integrated rev 1.19 in main trunk to release41
(blueprints part)

Checking in external/blueprints-solutions-catalog.zip.scrambled;
/cvs/j2ee/external/blueprints-solutions-catalog.zip.scrambled,v  <-- 
blueprints-solutions-catalog.zip.scrambled
new revision: 1.18.2.1; previous revision: 1.18
done
Comment 17 Petr Jiricka 2005-04-06 18:02:29 UTC
Marking as fixed.
Comment 18 Lukas Jungmann 2005-04-07 10:01:44 UTC
v. 200504062223