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 101460 - Web/JavaEE is installed in a wrong place
Summary: Web/JavaEE is installed in a wrong place
Status: RESOLVED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: NBI (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P1 blocker (vote)
Assignee: dlipin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-17 21:27 UTC by _ ttran
Modified: 2007-04-25 12:43 UTC (History)
0 users

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 _ ttran 2007-04-17 21:27:55 UTC
[Powerbook PPC, Mac OS X 10.4.8, JDK 1.5]

I played with the installer builds from http://bits.netbeans.org/netbeans/6.0/nightly/200704171200/

First I downloaded and installed only the basic bundle netbeans-6.0-nightly-200704171200-basic-
macosx-ppc.command.  I told the installer to install the IDE into /Users/ttran/NetBeans.app.  I can run 
the IDE.  So far so good.

Then I downloaded the standard bundle netbeans-6.0-nightly-200704171200-standard-macosx-
ppc.command, ran it and just accepted all the defaults.  The Web/JavaEE component should be added 
to my previously installed NetBeans.

But when I ran NetBeans again, there is no Web/Java EE features!

The problem is the enterprise4 and visualweb1 clusters were added to

/Users/ttran/NetBeans.app/Contents/Resources/NetBeans/Contents/Resources/NetBeans

The correct place should be

/Users/ttran/NetBeans.app/Contents/Resources/NetBeans


Shell output:

[ttran@aqua ~/NetBeans.app/Contents/Resources/NetBeans/Contents/Resources/NetBeans]
$ pwd
/Users/ttran/NetBeans.app/Contents/Resources/NetBeans/Contents/Resources/NetBeans

[ttran@aqua ~/NetBeans.app/Contents/Resources/NetBeans/Contents/Resources/NetBeans]
$ ls -l
total 40
-rw-r--r--    1 ttran  ttran  17549 Apr 17 21:53 LICENSE-nb-javaee.txt
drwxr-xr-x    7 ttran  ttran    238 Apr 17 21:52 enterprise4
drwxr-xr-x   10 ttran  ttran    340 Apr 17 21:53 visualweb1
Comment 1 dlipin 2007-04-18 14:41:33 UTC
Fixed.

Checking in SetInstallationLocationAction.java;
/cvs/nbi/engine/src/org/netbeans/installer/wizard/components/actions/
SetInstallationLocationAction.java,v  <--  SetInstallationLocationAction.java
new revision: 1.15; previous revision: 1.14
done