Bugzilla – Bug 98
Icon for the JavaFX perspective
Last modified: 2009-01-07 08:33:23
You need to log in before you can comment on or make changes to this bug.
Hi, this one should be a quick fix: Can you please add an icon for the JavaFX perspective? Best regards, Lars
Created an attachment (id=13) [details] Perspective without icon Perspective without icon
Created an attachment (id=14) [details] Perspective without icon Perspective without icon
Created an attachment (id=21) [details] Screen shot of the JavaFX perspective icon Works for me (trunk)
It looks like you are not including the directory icons in your build. I checked and see that your perspective defined in com.sun.javafx.eclipse.core uses the directory. <extension point="org.eclipse.ui.perspectives"> <perspective class="com.sun.javafx.eclipse.core.FXPerspectiveFactory" icon="icons/javafx_icon.png" id="com.sun.javafx.eclipse.core.perspective" name="JavaFX"> </perspective> </extension> If you extract your exported plug-in (com.sun.javafx.eclipse.feature-win32-win32-x86-1.0.zip from your website) you will see that the icon directory is missing. Best regards, Lars
Created an attachment (id=24) [details] Patch to add icons to the jar files built
Thanks for the patch. Fixed as proposed.
Thank you. Can you please update the download (http://kenai.com/projects/eplugin/downloads)?
Re updated builds - please be patient, we'll update the builds as soon as the current wave of bugfixing is done.