Bug 303598 - gifs ressources in org.eclipse.riena.ui.ridgets.swt are not exported in source bundle
Summary: gifs ressources in org.eclipse.riena.ui.ridgets.swt are not exported in sourc...
Status: NEW
Alias: None
Product: Riena
Classification: RT
Component: ridget (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-23 05:10 EST by Christian Campo CLA
Modified: 2010-02-23 13:56 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Campo CLA 2010-02-23 05:10:32 EST
in the project org.eclipse.riena.ui.ridgets.swt are in the package org.eclipse.riena.internal.ui.ridgets.swt a list of *.gif files. Not sure what they are used for.

While they are put into the binary bundle in the build process that are not exported into the *source* bundle. So anyone importing this bundle with source code, will get immediate errors when starting Riena, because the icons are missing then (because the binary objects are rebuild from the source bundle in that case)

So we should put them into a seperate path (not necessarily /icons) but into its own package or directory and build.properties should mark them as something that must be in the source bundle
Comment 1 Elias Volanakis CLA 2010-02-23 13:56:13 EST
Sounds like a bug or feature request in PDE-build. I would have expected the complete content of each package to be in the source bundle.

As a workaround, it should be possible to manually add the images via the build.properties editor (Source Build list). This should be possible without moving them to another package (though an extra package would likely be even better).