On 06/01/2011 05:54 PM, smisobnline wrote:
> Is their the full qoxxdoocode(qooxdoo himself) everytime compiled again?

The tool chain treats the qooxdoo framework like any other library; it 
is just a source of classes, images and the like. As far as compiling is 
concerned there is no difference to your custom application, or any 
contrib you might use.

For all those classes holds: A class is only re-compiled if the class 
code has changed (there are a few exceptions, though). Otherwise, the 
compiled code is taken from the cache where it is stored after an 
initial compile.

So the answer to your question is: No, the framework classes are not 
compiled every time.

> Why this part isnt precompiled to save much time?

Because a precompiled version would deprive you of much flexibility. 
E.g. qooxdoo supports variant builds where only parts of the code 
relevant for a particular variant is actually used in the build script. 
You couldn't do that with precompiled code.

T.

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to