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 122986 - Building Mac OS X application RCP application
Summary: Building Mac OS X application RCP application
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 5.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on: 87811
Blocks:
  Show dependency tree
 
Reported: 2007-11-28 15:40 UTC by hsetty
Modified: 2008-02-26 10:34 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 hsetty 2007-11-28 15:40:36 UTC
this is related to the issue 87811 but for version 5.5 of netbeans. 

I was not able to run the zip distribution. On examining the shell script generated in  the bin directory I think I found the problem. 

Changing the line 
clusters=`cat "$progdir/../etc/$APPNAME".clusters | readClusters`

to
clusters="$progdir/../myapp:$progdir/../harness:$progdir/../ide7"

seems to work. So it looks like the readClusters function is not working. I am not an expert in shell scripting and not exactly sure how to fix this though.
Comment 1 hsetty 2007-11-28 15:46:59 UTC
just to add the readClusters function did this to clusters variable

-n -n ./../myapp -n : -n ./../harness -n : -n ./../ide7

Comment 2 Milos Kleint 2008-02-26 10:34:20 UTC
i've done some fixes in this changeset for 6.1-M2 http://hg.netbeans.org/main/rev/472f58316333

apart from that, the XXX.App application folder was created for me correctly, so I suppose it was fixed. If you get the
same problem in upcoming 6.1-M2 (or beta), please reopen with steps to reproduce