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 - Customizer: Browse Web Pages Folder default directory
Summary: Customizer: Browse Web Pages Folder default directory
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2005-02-01 17:25 UTC by zikmund
Modified: 2006-03-24 13:05 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 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.