On Mon, Dec 9, 2013 at 4:15 PM, Martin Wittemann <[email protected]> wrote: > Hey, > > In qooxdoo desktop you usually have to develop using the SDK and then > "build" your app. > > Is there a way to generate something like a qooxdoo.js file with the whole > library inside so that you can script script it as you like (like jqueryui > or dojo)? Actually it could be nice to have every widget loaded at runtime > like dojo's require("dojo.button") but both the approaches would be nice, > just avoiding the build phase. > > I hope the question is understandable :) Thank you everybody! > > > We do have a build in job for including all classes in a source / > development version. Simply use the ‚source-all‘ job in a skeleton and your > done. For a build / optimized version of qooxdoo, you can go to the > framework folder and edit the config.json file to get that done. There is > already a job (build-all) define doing that but its not exported. Write the > job-name in the export section and invoke that job using the generator. This > will result in a large file (2MB) in the build/script folder which might be > what your looking for.
The latter option (the unsupported 'build-all' job) is probably more what you're looking for. The former approaches Martin mentions will not generate a self-contained library file you can program against (and this is how I understand your question). But as qooxdoo applications run against the framework's runtime (ie. there is a main runtime that manages your application code), a stand-alone library might not work as expected even if it contains all framework classes. But there are others on this list who have more experience with tweaking the resulting script. T. ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
