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 54305

Summary: Customizer: Browse Web Pages Folder default directory
Product: javaee Reporter: zikmund <zikmund>
Component: Web ProjectAssignee: Martin Krauskopf <mkrauskopf>
Status: CLOSED FIXED    
Severity: blocker CC: viliam
Priority: P3 Keywords: SIMPLEFIX
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description zikmund 2005-02-01 17:25:58 UTC
Build 20050201-1431

1) Have a WebApp
2) Go to project's Properties | Sources
3) Press Browse
4) ERROR:
Default directory should be folder from edit box.

Now directory where last project was created is
used as default.
Comment 1 Radko Najman 2005-02-18 11:06:38 UTC
Class to fix:
org.netbeans.modules.web.project.ui.customizer.CustomizerSources
Comment 2 Martin Krauskopf 2005-02-28 16:57:14 UTC
I can help with this.
Comment 3 Martin Krauskopf 2005-03-01 06:32:38 UTC
Fixed.

web/project/src/org/netbeans/modules/web/project/ui/customizer/CustomizerSources.java;
new revision: 1.6; previous revision: 1.5
Comment 4 zikmund 2005-03-07 12:34:07 UTC
Verified in 200506031900.

Minor problem: it opens JFileChooser in parent directory of project
folder, but it is better than previous behavior.