views:

16

answers:

0

I have created an eclipse plugin for my metamodel throught the emf+gmf = gems eclipse framework.When i am testing the metamodel and what i mean is to create an instance of my model with eclipse palette etc everything works fine.The way that i am testing it is throught the "Overview" tab of the plugig.xml file (PDE) , i clicked on "launch an eclipse application".

The problem is when i am extracting the plugin(i am sure that everything is included),i install it at a new eclipse framework(same version = Helios 3.6.0) i create a new metamodel instance but when i am dragging into the palette the items that i want from the left side of the palette the icons are disappeared into the canvas of the palette and some strange characters are appeared instead.So i am watching something like this: alt text

Actually my icons are under org.gems.test.atag.atag.icons path That was created automatically by the auto code generator.Under dsml.css and dsml.palette i see something like this:

Task{

active-style:true;
ExpansionPanel.ClosedImage:resources/icons/Task.gif;
TreeImage:resources/icons/Task_s.gif;
TitleTemplate:%Name% [%Type%];
TreeTitleTemplate:%Name% [%Type%];
}

How am i sure that the "resources" var is actually the right path at org.gems.test.atag.atag?I have tried also to change the path with org/gems/test/atag/atag/icons but the same happened