Hi dcipher,

a co-worker of mine (thanks Christian!) probably found the culprit!
You posted this:

> /*
> @asset(dcbase/*)
> */

Which should be (JS comment vs. JSDoc comment):

/**
  * @asset(dcbase/*)
  */

My "Application.js" contains this:

/**
  * This is ... of your custom application "ml_7jan"
  *
  * @asset(ml_7jan/*)
  * @asset(dialog/logo.gif)
  */

This means your images are never registered and their resource id is 
just returned and concatenated to the "resourceUri", hence the 404.

Try to convert your comments and trigger a new "./generate.py source"
  "./generate.py build".

HTH

Regards
Richard

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to