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

Summary: Add support for using .icns icon for both RCP App Installer and App itself
Product: installer Reporter: dlipin <dlipin>
Component: CodeAssignee: dlipin <dlipin>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 182230    
Bug Blocks: 183047    

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