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