> I've given it a shot; I've switched to trunk, using the hybrid job. It
> generates my app.js
> which seems to load a lot of QX files

It shouldn't load any files of the form "qx/...js", but only 
"script/<yourapp>.<hash>.js" or "source/class/<yourapp>/*".

> until json.js is loaded, at

qx.util.Json

> which point firebug breaks on error:
>
> Line 97: NUMBER_FORMAT : new qx.util.format.NumberFormat(),
> qx.util.format is undefined.

This should never happen. Can you check your 
source/script/<yourapp>.*.js files. Locate 
'qx.Class.define("qx.util.Json"' and check that 
'qx.Class.define.("qx.util.format.NumberFormat"' comes before it.

>
> I could very well be doing something very wrong (though I don't know
> what right now). Could this be an issue in trunk?

I don't think so, trunk is working fine for me currently.

T.

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to