Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [riena-dev] SWT Example - Image resource "xyz" not found

Hi Elias,

this are debug information of the ImageStore. I log them in the hope to find a bug in an unit test when it is running with Hudson.
In a loop the ImageStore looks in every bundle that has the extension "org.eclipse.riena.ui.swt.imagepath" if the image exits.
If not the debug information is logged.
And if the image was not found in any bundle a warning is logged.

I accept that these are too much information and it is more confusing than helpful.

Kind regards

Thorsten


-----Ursprüngliche Nachricht-----
Von: riena-dev-bounces@xxxxxxxxxxx [mailto:riena-dev-bounces@xxxxxxxxxxx] Im Auftrag von Elias Volanakis
Gesendet: Dienstag, 3. März 2009 01:21
An: Riena Developers list
Betreff: [riena-dev] SWT Example - Image resource "xyz" not found

Hi all,

when starting the SWT example I'm noticing several "image resource ...
not found" entries in the console:

"Mon Mar 02 16:17:16 PST 2009 DEBUG [main]
org.eclipse.riena.ui.swt.utils.ImageStore Image resource
"icons/grabCorner.png" not found in bundle
"org.eclipse.riena.example.client"
Mon Mar 02 16:17:16 PST 2009 DEBUG [main]
org.eclipse.riena.ui.swt.utils.ImageStore Image resource
"icons/mb_restore.gif" not found in bundle
"org.eclipse.riena.example.client"
Mon Mar 02 16:17:16 PST 2009 DEBUG [main]
org.eclipse.riena.ui.swt.utils.ImageStore Image resource
"icons/spacer.png" not found in bundle
"org.eclipse.riena.example.client"
Mon Mar 02 16:17:16 PST 2009 DEBUG [main]
org.eclipse.riena.ui.swt.utils.ImageStore Image resource
"icons/background.png" not found in bundle
"org.eclipse.riena.example.client"
Mon Mar 02 16:17:16 PST 2009 DEBUG [main]
org.eclipse.riena.ui.swt.utils.ImageStore Image resource
"icons/RIENA_Logo_RGB.png" not found in bundle
"org.eclipse.riena.example.client"
Mon Mar 02 16:17:17 PST 2009 DEBUG [main]
org.eclipse.riena.ui.swt.utils.ImageStore Image resource
"icons/mb_close.gif" not found in bundle
"org.eclipse.riena.example.client"
Mon Mar 02 16:17:17 PST 2009 DEBUG [main]
org.eclipse.riena.ui.swt.utils.ImageStore Image resource
"icons/mb_max.gif" not found in bundle
"org.eclipse.riena.example.client"
Mon Mar 02 16:17:17 PST 2009 DEBUG [main]
org.eclipse.riena.ui.swt.utils.ImageStore Image resource
"icons/mb_min.gif" not found in bundle
"org.eclipse.riena.example.client"
Mon Mar 02 16:17:20 PST 2009 DEBUG [main]
org.eclipse.riena.ui.swt.utils.ImageStore Image resource
"icons/arrowUp.gif" not found in bundle
"org.eclipse.riena.example.client"
Mon Mar 02 16:17:20 PST 2009 DEBUG [main]
org.eclipse.riena.ui.swt.utils.ImageStore Image resource
"icons/arrowDown.gif" not found in bundle
"org.eclipse.riena.example.client"
Mon Mar 02 16:17:21 PST 2009 DEBUG [main]
org.eclipse.riena.ui.swt.utils.ImageStore Image resource
"icons/errorMarker.png" not found in bundle
"org.eclipse.riena.example.client"
Mon Mar 02 16:17:21 PST 2009 DEBUG [main]
org.eclipse.riena.ui.swt.utils.ImageStore Image resource
"icons/0044.png" not found in bundle
"org.eclipse.riena.example.client"

Any ideas what is causing this?

Thanks and kind regards,
Elias.
_______________________________________________
riena-dev mailing list
riena-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/riena-dev


Back to the top