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 56939 - Icons update
Summary: Icons update
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pavel Fiala
URL: http://j2ee.netbeans.org/nonav/docs/e...
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-03-24 15:27 UTC by Jiri Kopsa
Modified: 2006-03-24 12:58 UTC (History)
6 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 Jiri Kopsa 2005-03-24 15:27:31 UTC
We have changed several icons. Namely they are:

* Enterprise Beans container in project view of EJB Module
  Please note that this icon is also used on several other places:
  - Call Enterprise Bean dialog
  - Add EJB Reference dialog
  - navigation combobox of the logical editor

* Servers container in the Runtime Window
* SJSAS
* Tomcat
  Please note that these icons are also used in Server Manager.

The icons are now present in the UI spec (the last three icons):
http://j2ee.netbeans.org/nonav/docs/ejb-module-project-ui-spec-promoe.html#Icons

There are also other icons that have been updated. See issue (56938).
http://www.netbeans.org/issues/show_bug.cgi?id=56938
These changes concern all kinds of projects and should propagate from J2SE to J2EE.

I've already discussed this with Prague engineering folks (Andrei and Stepan) -
thank you guys for the update. However, there is still one icon, which does not
have its owner - the SJSAS icon. I'm assigning this to Ludo to decide, who could
update it. Thank you!
Comment 1 Jiri Kopsa 2005-03-24 15:31:56 UTC
Adding UI keyword.
Comment 2 Andrei Badea 2005-03-24 16:28:13 UTC
Updated the Enterprise Beans node:

Checking in EjbContainerNode.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/logicalview/ejbcontainer/EjbContainerNode.java,v
 <--  EjbContainerNode.java
new revision: 1.5; previous revision: 1.4
done

The new badge is at:
j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/resources/enterpriseBeansBadge.png

Martine, you will want to use this badge in the EJB related dialogs. Could you
please remove the old icon when you are done? The old icon is at: 

j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/logicalview/ejbcontainer/EjbContainerNodeIcon(Open)?.gif
Comment 3 Rajeshwar Patil 2005-03-24 23:38:28 UTC
Updated plugin for SJSAS icon
File Modified:
    src/org/netbeans/modules/j2ee/sun/ide/resources/ServerInstanceIcon.gif
    new revision: 1.2; previous revision: 1.1


Still we need to take care of following icons --
   Servers container in the Runtime Window
   Tomcat
Comment 4 Sherold Dev 2005-03-25 10:15:49 UTC
Servers and Tomcat icons updated.

Checking in
src/org/netbeans/modules/j2ee/deployment/devmodules/api/J2eePlatform.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/devmodules/api/J2eePlatform.java,v
 <--  J2eePlatform.java
new revision: 1.6; previous revision: 1.5
done
Checking in src/org/netbeans/modules/j2ee/deployment/impl/layer.xml;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/layer.xml,v  <-- 
layer.xml
new revision: 1.12; previous revision: 1.11
done
Checking in
src/org/netbeans/modules/j2ee/deployment/impl/ui/ServerRegistryNode.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/ServerRegistryNode.java,v
 <--  ServerRegistryNode.java
new revision: 1.23; previous revision: 1.22
done
Removing
src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/ServerRegistry.gif;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/ServerRegistry.gif,v
 <--  ServerRegistry.gif
new revision: delete; previous revision: 1.2
done
RCS file:
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/Servers.png,v
done
Checking in src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/Servers.png;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/Servers.png,v
 <--  Servers.png
initial revision: 1.1
done
Checking in src/org/netbeans/modules/tomcat5/TomcatPlatformImpl.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/TomcatPlatformImpl.java,v
 <--  TomcatPlatformImpl.java
new revision: 1.8; previous revision: 1.7
done
Checking in src/org/netbeans/modules/tomcat5/nodes/TomcatInstanceNode.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/nodes/TomcatInstanceNode.java,v
 <--  TomcatInstanceNode.java
new revision: 1.43; previous revision: 1.42
done
Removing src/org/netbeans/modules/tomcat5/resources/tomcat5instance.gif;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/resources/tomcat5instance.gif,v
 <--  tomcat5instance.gif
new revision: delete; previous revision: 1.1
done
RCS file:
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/resources/tomcat5instance.png,v
done
Checking in src/org/netbeans/modules/tomcat5/resources/tomcat5instance.png;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/resources/tomcat5instance.png,v
 <--  tomcat5instance.png
initial revision: 1.1
done
Comment 5 Jiri Kopsa 2005-03-25 13:51:11 UTC
The Enterprise Bean icon has not yet been updated in "Call Enterprise Bean" and
"Add EJB Reference" dialogs.

Reopening the issue, assigning to Martin A.
Comment 6 Martin Adamek 2005-04-02 12:53:12 UTC
I cannot find any usage of Enterprise Beans icon in "Call Enterprise Bean" and
"Add EJB Reference" dialogs. I see it only visual DD editor. Reassigning to Pavel.

Comment 7 Jiri Kopsa 2005-04-02 19:59:42 UTC
I'm very sorry! I was mistaken.

Current icons in the "Call Enterprise Beans" and "Add EJB Reference" are fine.

Thanks for solving this, I'm closing the issue.
Comment 8 zikmund 2005-07-13 16:10:35 UTC
Verified.