Hugh Gibson schrieb:
> I want to trace into some function calls in our application. I've created a 
> source build as per 
> http://qooxdoo.org/documentation/user_manual/generating_from_source and the 
> demo runs OK, and I can see all the separate scripts in the Firebug debugger.
>
> However, copying the generated frontend/framework/source/script/qx.js (size 
> 13k) along with all the class files fails when I try to use a qx object the 
> app.
>
> Inspecting the qx.js created for the demo shows that it has a size of 22k, 
> and includes code at the start to define "qx", and then various values in 
> "qx". It's a bit difficult to follow as it's been compressed.
>
> Has this stuff just been left off the main source/script/qx.js? In other 
> words, is this a bug, or do I have to do something else?
>
> Hugh
>   
Hi Hugh,

if You do a "make source" qx.js is only a loader for the original 
qooxdoo files. If You want to deploy Your application You must do a full 
build ("just type make without parameters") The qx.js of a full build is 
about 900K in size and contains the full sourcecode of qooxdoo. The best 
way to develop a qooxdoo application is using the skeletons 
(http://qooxdoo.org/documentation/user_manual/skeleton).

Best Fabian

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to