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 165781 - Project packaging type should be communicated by icon badge
Summary: Project packaging type should be communicated by icon badge
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
: 173470 (view as bug list)
Depends on:
Blocks: 159066
  Show dependency tree
 
Reported: 2009-05-22 10:24 UTC by David Simonek
Modified: 2009-11-09 03:00 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 David Simonek 2009-05-22 10:24:15 UTC
Copying Jesse's comments from 159066 which I agree:
----
Anyway I have to say I have always strongly disliked the inclusion of the packaging string in the project's display
name. You should rather pick an icon according to well-known packaging types (Java Cup for 'jar', world for 'war',
etc.), with a default Maven icon for unknown packaging types or 'pom' packaging, and leave the packaging type (along
with disk location etc.) in the tooltip.
----

Additionally, this would fix renaming problem where packaging type string is included in project rename and doubled if
user didn't delete it during renaming.
Comment 1 Milos Kleint 2009-10-12 14:34:57 UTC
*** Issue 173470 has been marked as a duplicate of this issue. ***
Comment 2 Milos Kleint 2009-10-12 14:35:33 UTC
dafe I think this is worth doing for 6.8, will you have time for it?
Comment 3 David Simonek 2009-10-12 14:41:36 UTC
I think so...
Comment 4 Jesse Glick 2009-10-12 15:33:15 UTC
Would be nice to have a little SPI (even just an icon resource naming convention) to add icons for unusual packaging
types, e.g. 'hpi' for Hudson plugins.
Comment 5 David Simonek 2009-11-09 02:54:02 UTC
I'm changing issue type to a bug, as current state is really annoying.
Comment 6 David Simonek 2009-11-09 03:00:44 UTC
implemented - fixed in eb563372d45d, currently with no SPI for unusual packaging types, I created new enhancement 176181 to track this request.