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 98781

Summary: I18N: ML installer does not set execution priviledge in cnd1/bin directory
Product: installer Reporter: Keiichi Oono <keiichio>
Component: CodeAssignee: Michal Zlamal <mzlamal>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug, mslama
Priority: P2 Keywords: I18N
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Keiichi Oono 2007-03-23 12:20:11 UTC
Build 070322
Platform: Solaris (SPARC, x86), Linux (FC3)

to check this issue:
 - Install C/C++ Pack by the ML installer
 - ls -l <netbeans_dir>/cnd1/bin

The execution privilege is needed for dorun.sh and stdouterr.sh. English
installer set that privilege, but ML installer does not.

English installation:
cnd@praha[606] $ LC_ALL=C ls -l *.sh
-rwxrwxr-x   1 cnd      staff       1279 Mar 22 15:17 dorun.sh*
-rwxrwxr-x   1 cnd      staff        898 Mar 22 15:17 stdouterr.sh*

ML installaation:
cnd@praha[598] $ LC_ALL=C ls -l *.sh
-rw-rw-r--   1 cnd      staff       1279 Mar 22 15:18 dorun.sh
-rw-rw-r--   1 cnd      staff        898 Mar 22 15:18 stdouterr.sh

It's a serious issue because ML C/C++ Pack can not work without execution privilege.
Comment 1 mslama 2007-03-23 13:16:24 UTC
Michal please check permissions is source.
Comment 2 Michal Zlamal 2007-04-17 16:56:08 UTC
*** Issue 100984 has been marked as a duplicate of this issue. ***
Comment 3 Michal Zlamal 2007-04-17 17:05:30 UTC
I changed the build script and run new build please verify
Comment 4 Keiichi Oono 2007-04-19 07:31:35 UTC
Verified in Build070418.
Thank you very much for your fixing!