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 178280 - Unable to install only GF.
Summary: Unable to install only GF.
Status: RESOLVED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Mac Native (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Yulia Novozhilova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-08 02:32 UTC by Michael Nazarov
Modified: 2009-12-10 03:41 UTC (History)
2 users (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 Michael Nazarov 2009-12-08 02:32:06 UTC
Steps to reproduce:

0. Remove ~/.netbeans*
1. Start installer (full)
2. Choose Customize and select only GF.
3. Install.

Installer will report failed postinstallation procedure.
Comment 1 Ivan Sidorkin 2009-12-08 02:54:29 UTC
in fact gf installed successfully 
the problem is in main/installer/mac/newbuild/netBeans/baseide/pkg/scripts/servicetag.sh script

last line is: [ -f ~/.netbeans/.superId ]  && chown "$ownership" ~/.netbeans/.superId

.netbeans/.superId not created because NB not installed

so servicetag.sh report about installation problem
Comment 2 Yulia Novozhilova 2009-12-10 03:41:09 UTC
Fixed: http://hg.netbeans.org/main/rev/d24904d089a1
Thanks for reporting and evaluating.