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 32389 - Correct wizard for JavaClasses resource
Summary: Correct wizard for JavaClasses resource
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Chris Ledantec
URL:
Keywords:
: 28650 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-03-27 12:01 UTC by Vitezslav Stejskal
Modified: 2013-08-12 16:04 UTC (History)
1 user (show)

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 Vitezslav Stejskal 2003-03-27 12:01:49 UTC
The third page of the New Resource wizard (the one
that lets the user dictate how the resource is
used) should have those options implemented as a
combo box, as specified in the Java projects spec
(Figure 30).  Also, if Chris agrees, there should
be a text field underneath this combo box that
displays text for each option: the text explains
what that option is. 

Chris, do we have descriptions already written in
uispec? Please prepare them if not.
Comment 1 Chris Ledantec 2003-03-27 14:36:27 UTC
the text area has been added to the spec, as have the descriptions.

http://projects.netbeans.org/uispecs/java/JavaProjectsUISpec.html#v.iii

see figure 32 for the dialog update, the descriptions are just below
the figure.
Comment 2 Vitezslav Stejskal 2003-04-04 14:15:21 UTC
Chris, I am sorry, but I can't see descriptions for 'usage types' in
the uispec. Perhaps the reference is wrong.
Comment 3 Vitezslav Stejskal 2003-04-04 14:25:38 UTC
There is also another thing. What should be the name of resource's
template in NFT? Now it is JavaClasses. The uispec suggests to have
two templates - JAR File and Local Filesystem, but it refers to the
create resource as to the 'Simple Resource'.

Current implementation of NFT supports both .jar files and folders
which seems reasonable to me. I think we can have just one template
(not sure about its name) which will handle both .jar files and
folder. Definitely the 'Local Filesystem' template is wrong. Perhaps
the template's name could be 'Simple Resource (JAR, folder)' and its
description could say something more explanatory like: 'The resource
containing java classes, they can be stored either in *.jar file or in
folder'.
Comment 4 Vitezslav Stejskal 2003-04-04 15:53:35 UTC
*** Issue 28650 has been marked as a duplicate of this issue. ***
Comment 5 John Jullion-ceccarelli 2003-04-07 08:59:25 UTC
For the wizard template text, how about:

Java Class Library
Javadoc Library
Build Target from Another Project
Reference Source
Comment 6 Chris Ledantec 2003-04-07 09:07:39 UTC
sorry, the figure numbering changed so it's below figure 31 -the ul
below the image.

going with John's names (thanks John) use these descriptions (or any
doc-writer-prefered variety):

    *  Build Target from Another Project - Uses an output selected
from another project. During compilation the system can build the
other project before continuing to build the current project.
    * Javadoc - Add Javadoc to the project for use with code
completion and the help system.
    * Java Class Library - Add a directory or JAR file resource to the
project. 
    * Reference Source - Adds reference sources to the project.
Reference sources are primarily used in conjunction with a JAR file to
enable step-into debugging for imported classes.
Comment 7 jrojcek 2003-04-09 10:35:42 UTC
It seems to me that Vita was referring to the "Use Resource" combobox
in the third panel of the new resource wizard ("Select Resource
Purpose"), and was asking for describing items in the combo box. The
items are Everywhere, Runtime, Boot Classpath.
Comment 8 Tomas Zezula 2003-04-10 14:21:04 UTC
Fixed.
Comment 9 Jan Becicka 2003-11-25 14:02:13 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 10 Jan Becicka 2003-11-25 14:11:05 UTC
---> CLOSED
Comment 11 Quality Engineering 2007-09-20 12:12:51 UTC
Reorganization of java component
Comment 12 Stanislav Aubrecht 2013-08-12 16:04:30 UTC
*** Bug 234145 has been marked as a duplicate of this bug. ***