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 53929 - Can't change NB's install directory
Summary: Can't change NB's install directory
Status: CLOSED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-25 07:42 UTC by Petr Blaha
Modified: 2006-03-24 12:52 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 Petr Blaha 2005-01-25 07:42:48 UTC
[Build 200501241900]
I changed install directory and then go to next
panel, there is still default value, e.g.
/home.local/blaha/netbeans-4.1dev. NetBeans are
installed on this directory, changes in directory
panel aren't propagated to next panels.
Comment 1 mslama 2005-01-26 12:33:58 UTC
Fixed in main trunk. It was caused by overwriting of method exited in
InstallLocationPanel. It is necessary to call super.exited() to
properly update product tree.

It applies only to NetBeans installer.

Modified:
/cvs/installer/coreide/src/org/netbeans/installer/InstallLocationPanel.java
new revision: 1.3; previous revision: 1.2
Comment 2 mslama 2005-01-26 12:39:41 UTC
Note: This bug was created by adding storage builder to NetBeans
installer. Storage builder is separate component and it is necessary
to set its install location in method InstallLocationPanel.exited().
But it is necessary to call super.exited() first to update product
tree when user changes install location in panel.
Comment 3 Petr Blaha 2005-01-31 08:36:16 UTC
[Build 20050130]