Charles,
long time.
One quick remark concerning your config.json:
The "compile-options" key in your "source-script" job should have the
same basic structure as in the "build-script" job. So don't use keys
"paths/file" but nesting: { "paths" : { "file" : ... } }. Using "/" is
just a convenient way in the documentation to specify nested keys.
Other than that I can't see anything suspicious with your configuration.
On 07/13/2010 03:53 PM, Charlie wrote:
> [3] In my code (here the ICON static is used as a simple button icon
> source)
> statics : {
> LABEL : "Test Results",
> ICON : "org.argeo.slc.ria/office-chart.png"
> },
> => "org.argeo.slc.ria/office-chart.png"
Ok, this is how you define ICON, but how is this use? Where and how do
you reference ICON?
> All are well copied in the resources folder, but the resulting URI (I
> can detect network errors in Firebug) is
> "*org.argeo.slc.ria/office-chart.png*"
> instead of
> "*resource/org.argeo.slc.ria/office-chart.png*"
You are right, if this resource id is run through the resource manager
it should be returned as "resource/....png". In your running build
version, could open the Firebug console and test the following expression:
qx.util.ResourceManager.getInstance().toUri("org.argeo.slc.ria/office-chart.png")
What is the return value?
T.
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel