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 47778

Summary: Add Project chooser in project classpath customizer should remember selected directory
Product: java Reporter: zikmund <zikmund>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: CLOSED FIXED    
Severity: blocker Keywords: UI
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41537    

Description zikmund 2004-08-24 11:07:03 UTC
Build 200408231800

Java project's customizer | Compiling Classpath |
Add Project starts in home each time.

Similar to issue #44731 "Add JAR ...".
Comment 1 zikmund 2004-08-24 11:13:52 UTC
Web version of this issue #47779.
Comment 2 Jesse Glick 2004-08-24 17:36:31 UTC
Karel claims this worked before; have not verified that.
Comment 3 Tomas Zezula 2004-08-25 09:04:10 UTC
I am not sure too, but it was definitelly not done persistently
because there is no methods for it in the SystemOption.
But this is very easy to fix. 
But better than remeber the selected directory is to remember the
parent directory and set it as current dir, user probably does not
want to add the project again.
Comment 4 Tomas Zezula 2004-08-25 10:31:42 UTC
Checking in
j2seproject/src/org/netbeans/modules/java/j2seproject/ui/FoldersListSettings.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/FoldersListSettings.java,v
 <--  FoldersListSettings.java
new revision: 1.8; previous revision: 1.7
done
Processing log script arguments...
More commits to come...
Checking in
j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/AntArtifactChooser.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/AntArtifactChooser.java,v
 <--  AntArtifactChooser.java
new revision: 1.9; previous revision: 1.8
done
Checking in
j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/VisualClasspathSupport.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/VisualClasspathSupport.java,v
 <--  VisualClasspathSupport.java
new revision: 1.16; previous revision: 1.15
done
Comment 5 zikmund 2004-08-31 17:05:59 UTC
Verified.