Re: [qooxdoo-devel] Smalles possible Qooxdoo

2007-10-10 Thread Fabian Jakobs
Dioc schrieb: > Hello Leander, > > As I know GUI part of qooxdoo can be excluded from a build. There is the > corresponding makefile option: APPLICATION_ENABLE_GUI. By default it has > "true" value. I suppose if you set this option to "false" in your makefile, > you will get what you want. > By the

Re: [qooxdoo-devel] Smalles possible Qooxdoo

2007-10-10 Thread dperez
For further grained control, I would use directly the generator.py and its command line switches, like --exclude-without-dependencies. Leander Hanwald wrote: > > Thank you, that helps :) > > Only one thing is in unclear for me, possible that I missed it: I > stripped down qooxdoo do an extrem

Re: [qooxdoo-devel] Smalles possible Qooxdoo

2007-10-10 Thread Leander Hanwald
Thank you, that helps :) Only one thing is in unclear for me, possible that I missed it: I stripped down qooxdoo do an extrem small version with ONLY the basic classes by the parameters written there (only with parameters from the makefile, no direct calls to the generators). Now also the ajax com

Re: [qooxdoo-devel] Smalles possible Qooxdoo

2007-10-10 Thread Dioc
Hello Leander, As I know GUI part of qooxdoo can be excluded from a build. There is the corresponding makefile option: APPLICATION_ENABLE_GUI. By default it has "true" value. I suppose if you set this option to "false" in your makefile, you will get what you want. By the way, you can find some us

[qooxdoo-devel] Smalles possible Qooxdoo

2007-10-10 Thread Leander Hanwald
Hi all, I have a more or less simple question: I need only the non-gui part of qooxdoo for an project, is there a way to drop all components under qx.ui.* at once at buildtime? Is that possible, or are there dependencies between non-gui comps like the transport/rpc comps and the ui comps? Situati