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 63262 - New Action wiz does not deal well with missing folders
Summary: New Action wiz does not deal well with missing folders
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-29 17:05 UTC by Jesse Glick
Modified: 2005-11-16 14:56 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 Jesse Glick 2005-08-29 17:05:33 UTC
I tried to run the New Action wiz on a module using the bare platform. It threw
some exceptions. I will fix the immediate causes (*) but it still doesn't work
well. Shows "Loading from target platform..." for the pulldowns that are
supposed to show e.g. available Loaders/**/Actions folders.

Also generated a completely bogus layer entry when I tried to add a main menu item:

    <folder name="null">
        <file name="zulu-stuff-Erek.instance">
            <attr name="instanceClass" stringvalue="zulu.stuff.Erek"/>
        </file>
    </folder>

Note "null" folder and lack of ordering attrs. Not sure if this is related or a
separate bug.

(*) GUIRegistrationPanel.java 1.4
Comment 1 Martin Krauskopf 2005-08-29 20:35:27 UTC
Yes, I didn't try it against bare platform. I'll put there the "<empty>" string
or something and disable it (plus "Next" button as it is in UI spec).
Comment 2 Martin Krauskopf 2005-08-29 23:30:48 UTC
Fixed. "<empty> model" is used.

Checking in ui/wizard/action/Bundle.properties; 1.6 --> 1.7
Checking in ui/wizard/action/GUIRegistrationPanel.java; 1.4 --> 1.5
Comment 3 pzajac 2005-11-16 14:56:40 UTC
verified