Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » My Project icon is missing
My Project icon is missing [message #1027211] Tue, 26 March 2013 17:49
Luca Gherardi is currently offline Luca GherardiFriend
Messages: 62
Registered: November 2010
Member
Hi all,

I've create a new project wizard and defined the extension point:

<extension
         id="myNewWizard"
         point="org.eclipse.ui.newWizards">
      <category
            id="it.luca.myPlugin.category"
            name="Test Category">
      </category>
      <wizard
            category="it.luca.myPlugin.category"
            class="it.luca.myPlugin.wizards.MyProjectWizard"
            descriptionImage="icons/myWizard.ico"
            icon="icons/myWizard.ico"
            id="it.luca.myPlugin.myProject"
            name="My New Project"
            project="true">
         <description>
            My New Project Project
         </description>
      </wizard>
   </extension>


However I cannot see the icon next to the Project type when I launch "file"->"New Project".

I also exported the icons, this is the build.properties

source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
               META-INF/,\
               .,\
               icons/,\
               contexts.xml,\
               messages.properties
src.includes = icons/


I did in a similar way for the files and it worked but I cannot find a solution for the project.
How can I fix it?

Thanks in advance!
Previous Topic:How to change error image in titleareadialog
Next Topic:Eclipse RCP P2 Update
Goto Forum:
  


Current Time: Thu Mar 28 10:53:07 GMT 2024

Powered by FUDForum. Page generated in 0.02370 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top