I get what you're trying to do, but I don't know how you could achieve it. Thomas can probably tell you more when he's back next Monday.
Regards, Daniel Jean-Baptiste BRIAUD -- Novlog schrieb: > OK, this could be a starting answer to my question on how to improve > generator build/source speed via a precompiled version of qooxdoo. > Say I only include qx.*, I'll get my qooxdoo in one big file. > I could save it for future use. > Every time I want a quick run on dev environment, I'd like to avoid > generator's calculation by merging (instead of calculating) this big file and > my application. > How can I do that ? > > It sound like usual generator work is in 2 parts : > 1. dependency calculation > 2. merging all in one file. > > Could I call 2 directly with a saved version of 1. for qx.* and a computed > version of 1. for {APPLICATION}.* > > Not sure I'm clear, don't hesitate to ask precision :-) > > > On 24 août 2010, at 15:07, Daniel Wagner wrote: > >> Hi Jörg, >> >> Jörg Sandkuhle schrieb: >>> Hi! >>> >>> Although i generated the source version with the option "source-all", >>> the the generator script excludes all unessesary classes when building a >>> "build" version. Is this correct? >>> >> Yes, that's correct. Each job (that works with JavaScript libraries) >> calculates its own dependencies. >> >>> If yes, is there any generator option to generate a build version with >>> all qooxdoo classes, even though this classes not referencend in the >>> Application.js file? >>> >> Sure, you just need the right config settings. This should work if you >> want to include all qooxdoo classes and all of your application's classes: >> >> "build-all" : >> { >> "extend" : ["build"], >> >> "include" : >> [ >> "${APPLICATION}.*", >> "qx.*" >> ], >> >> "exclude" : >> [ >> "qx.test.*" >> ] >> } >> >> >> Regards, >> Daniel >> >>> Thanks Jörg >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program >>> Be part of this innovative community and reach millions of netbook users >>> worldwide. Take advantage of special opportunities to increase revenue and >>> speed time-to-market. Join now, and jumpstart your future. >>> http://p.sf.net/sfu/intel-atom-d2d >>> _______________________________________________ >>> qooxdoo-devel mailing list >>> qooxdoo-devel@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >>> >>> >> >> ------------------------------------------------------------------------------ >> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program >> Be part of this innovative community and reach millions of netbook users >> worldwide. Take advantage of special opportunities to increase revenue and >> speed time-to-market. Join now, and jumpstart your future. >> http://p.sf.net/sfu/intel-atom-d2d >> _______________________________________________ >> qooxdoo-devel mailing list >> qooxdoo-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ------------------------------------------------------------------------------ > Sell apps to millions through the Intel(R) Atom(Tm) Developer Program > Be part of this innovative community and reach millions of netbook users > worldwide. Take advantage of special opportunities to increase revenue and > speed time-to-market. Join now, and jumpstart your future. > http://p.sf.net/sfu/intel-atom-d2d > _______________________________________________ > qooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel