Skip to main content

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

Hi Thorsten,

thanks for explaining that. One of my goals was to learn why this is showing :-).

Because images frequently go missing at build  time (i.e. one forgets to update the build.properties and then the images are not included in the jar), logging a warning when an image is completely missing is _very_ valuable. I suggest to keep doing that. 

The other debug information should be off by default.

Just my thoughts,
Elias.

On Tue, Mar 3, 2009 at 12:37 AM, Schenkel, Thorsten <Thorsten.Schenkel@xxxxxxxxxxxx> wrote:
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
_______________________________________________
riena-dev mailing list
riena-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/riena-dev



--
Elias Volanakis
Technical Lead
Innoopract (EclipseSource)
351 NW 12th Avenue
Portland, Oregon 97209

elias@xxxxxxxxxxxxxxxxx
evolanakis@xxxxxxxxxxxxxx
Tel: +1-503-552-1457
Fax: +1-503-715-4915
Mobile: +1-503-929-5537
---
Innoopract is becoming EclipseSource - www.eclipsesource.com



Back to the top