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 182232 - Add support for using .icns icon for both RCP App Installer and App itself
Summary: Add support for using .icns icon for both RCP App Installer and App itself
Status: RESOLVED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Mac OS X
: P3 normal (vote)
Assignee: dlipin
URL:
Keywords:
Depends on: 182230
Blocks: 183047
  Show dependency tree
 
Reported: 2010-03-17 15:46 UTC by dlipin
Modified: 2010-04-07 04: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 dlipin 2010-03-17 15:46:18 UTC
1. For now installer is created using default (netbeans.icns) icon.
2. When .app infrastructure is created, no icns icon copied to the target destination.

So the following should be done:
1) Use ${harness.dir}/etc/applicationIcon.icns (or ${app.icon.mac}, if defined, see Issue #182230) for the installer 
2) Use the same icon when creating resulting .app infrastructure
Comment 1 dlipin 2010-03-17 15:54:24 UTC
Sometimes developers override build-mac target a copy their .icns in this target.
It would be great to handle that somehow.
Comment 2 dlipin 2010-04-06 13:23:56 UTC
core-main#a18b85e18e90
Comment 3 Quality Engineering 2010-04-07 04:43:09 UTC
Integrated into 'main-golden', will be available in build *201004070201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a18b85e18e90
User: Dmitry Lipin <dlipin@netbeans.org>
Log: Issue #182232 Add support for using .icns icon for both RCP App Installer and App itself