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 31042

Summary: Import Wizard shown on every startup if core-ide.jar present but core-deprecated.jar disabled
Product: ide Reporter: Jesse Glick <jglick>
Component: Import SettingsAssignee: David Konecny <dkonecny>
Status: VERIFIED FIXED    
Severity: blocker CC: pzavadsky
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 19443    

Description Jesse Glick 2003-02-13 20:06:21 UTC
$userdir/system/project.last is never created -
only NbProjectOperation in core-deprecated.jar
would create it. Assuming that more and more
modules remove deps on openide-deprecated.jar, if
*all* of them do, this bug will affect the regular
IDE. Currently it only affects reduced module
configs - those which do not use
openide-deprecated.jar.
Comment 1 Jesse Glick 2003-02-13 20:08:13 UTC
Please use some other signal that the wizard has been shown before -
e.g. continue to check project.last (for compat with older user dirs),
but if the wizard is closed (except by Cancel) then write out a
special file to the userdir (or system filesystem) used just by the
import wizard.
Comment 2 David Konecny 2003-03-13 15:46:19 UTC
Fixed in trunk:
Checking in src/org/netbeans/core/upgrade/UpgradeWizard.java
new revision: 1.7; previous revision: 1.6

If you think it is OK I will integrate it into NB35.
Comment 3 David Konecny 2003-03-14 09:55:19 UTC
*** Issue 31999 has been marked as a duplicate of this issue. ***
Comment 4 David Konecny 2003-03-14 09:57:09 UTC
This is serious issue for platform. Must be fixed in NB35.
Comment 5 David Konecny 2003-03-14 09:59:37 UTC
Fixed in NB35:
Checking in src/org/netbeans/core/upgrade/UpgradeWizard.java
new revision: 1.6.2.1; previous revision: 1.6
Comment 6 pzajac 2003-03-14 12:50:35 UTC
verified in trunk. 
Comment 7 pzajac 2003-03-27 10:01:06 UTC
verified in nb35