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 32357 - FFJ40, Enterprise Edition userdir isn't recognized by Import Settings Wizard
Summary: FFJ40, Enterprise Edition userdir isn't recognized by Import Settings Wizard
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Import Settings (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-26 14:16 UTC by Marian Mirilovic
Modified: 2008-12-22 15:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
fixed core-ide.jar (246.26 KB, application/octet-stream)
2003-03-26 16:35 UTC, David Konecny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2003-03-26 14:16:32 UTC
This issue is transferred from BugTraq system:
http://developer.java.sun.com/developer/bugParade/bugs/4837181.html
--------------------------------------------------------------

I have tried build 030324, and userdir created by
Forte for Java 4.0, Enterprise Edition isn't
recognized (userdir for FFJ4.0, CE works fine).

String from ide.log file :
"Forte for Java 4, Enterprise Edition"
Comment 1 David Konecny 2003-03-26 16:35:44 UTC
Created attachment 9547 [details]
fixed core-ide.jar
Comment 2 David Konecny 2003-03-26 16:38:57 UTC
The fix is trivial. It is change of one string. The diff can be found
here:

<http://core.netbeans.org/source/browse/core/ide/src/org/netbeans/core/upgrade/CopyUtil.java.diff?r1=1.15&r2=1.16>

There is just this:

 - "Forte for Java, EE v. 4.0", // NOI18N
 + "Forte for Java 4, Enterprise Edition", // NOI18N

Attached is also core-ide module with fixed problem. It was reviewed
and tested by Marian Mirilovic and works fine. I would like to
integrate it into NB35.
Comment 3 David Konecny 2003-03-26 16:41:43 UTC
Fixed in trunk.
Comment 4 Marian Mirilovic 2003-03-26 17:06:00 UTC
patch verified and rewieved.
Comment 5 _ ttran 2003-03-27 07:25:36 UTC
approved by release coordinator
Comment 6 David Konecny 2003-03-27 08:33:44 UTC
Fixed in NB35:
Checking in src/org/netbeans/core/upgrade/CopyUtil.java
new revision: 1.12.2.3; previous revision: 1.12.2.2
Comment 7 Marian Mirilovic 2003-04-01 08:15:24 UTC
verified in [s1s5](0303031)