Skip to main content



      Home
Home » Eclipse Projects » Sirius » Deployment: Icons for graphical elements
Deployment: Icons for graphical elements [message #1741624] Fri, 26 August 2016 07:26 Go to next message
Eclipse UserFriend
Hi everybody,

I created an editor with Sirius and I'm very happy with it Smile
As it comes to deployment now I had some issues but I could overcome must of them. The only issue I couldn't solve yet is:
I added icons for my graphical elements (containers) and their creation tools. I added the icon path to the creation tool under Advanced -> Icon Path. This works out very well in the Eclipse runtime but not with deployment.
I guess the deployed plugin just misses the icon files. I placed them in a folder under project root calles "icons".
Is this wrong or should I do something else to get the icons deployed?

Thanks for your support,
Philipp
Re: Deployment: Icons for graphical elements [message #1741775 is a reply to message #1741624] Mon, 29 August 2016 07:28 Go to previous messageGo to next message
Eclipse UserFriend
Hi.

It's a common mistake, easily overlooked (even with years of Eclipse plug-in developement, everbody get bitten by it once in a while...): the "icons" folder must be explictly added to the build.properties, otherwise it will not be included in the JAR produced during the build. In the plug-in's manifest editor, go to the "Build" tab and the "icons" folder is checked in the "Binary build" panel on the left.

Regards,
Pierre-Charles
Re: Deployment: Icons for graphical elements [message #1742088 is a reply to message #1741775] Wed, 31 August 2016 06:22 Go to previous message
Eclipse UserFriend
Thanks Smile now it works fine
Previous Topic:[Properties View] Using Custom Widget
Next Topic:Compatibility changes in the upcoming Sirius 4.1
Goto Forum:
  


Current Time: Sun Mar 16 23:08:44 EDT 2025

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

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

Back to the top