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 93559 - Cannot install NetBeans to browsed directory
Summary: Cannot install NetBeans to browsed directory
Status: RESOLVED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: NBI (show other bugs)
Version: 6.x
Hardware: Macintosh (x86) Mac OS X
: P3 blocker (vote)
Assignee: Kirill Sorokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-30 13:56 UTC by Jaromir Uhrik
Modified: 2007-03-30 11:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot attached... (33.03 KB, image/png)
2007-01-30 13:57 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2007-01-30 13:56:35 UTC
I am trying to browse destination folder for the installation through 'Browse'
button. But it tells me that "Product's installation directory should end with
.app". There are mixed up 2 things Destination folder and Application
executable. The Destination directory should point to the folder - it is correct
in the installer. But there should be some field where the "Application
executable file" can be set. See the attached screenshot where the problem is
visible.

The workaround is to join "/someName.app" as a destination folder postfix. But
this is not logical too much because user types the file name to the folder name
or let's say 'location' textfield.
Comment 1 Jaromir Uhrik 2007-01-30 13:57:23 UTC
Created attachment 37825 [details]
Screenshot attached...
Comment 2 Kirill Sorokin 2007-02-06 09:51:34 UTC
Fixed. Now the component can decide whether it wants its path corrected
automatically. E.g. netbeans sets this flag to true, which results in it's
default installation directory being set to ${home}/${display-name}.app, and
whenever you choose something vis fileshooser, ${display-name}.app will be
appended. 

This is not very consistent, but IMO meets the expectations.