I will look at it Thanks for inspiration;-) - Petr
2008/9/12 Oleksiy Golovko <[EMAIL PROTECTED]>: > Hi, > > I'd like to share another possible way of building qooxdoo and dependent > libraries. I guess at least Petr might be interested :) > > The thing is that classical qooxdoo generator doesn't fit our application > toolchain/process well. I.e. we have quite different urls and resources > structure/path resolving. Another problem is that we can't gather all > qooxdoo classes at build time, hence common build and optimization through > the whole application is not possible. > > The solution I came up with is building every library to its own file: > qx.js, dbgui.js, some_plugin.js, and gather those files myself (without > qxloader). And in this case I need to extract and save all related data: > resources, translation, locales. So I need all the functionality qooxdoo > generator has but without the last step of generating JS files. > > I created the python package called pyqooxdoo, put all qooxdoo trunk there > (as resources) and added couple of scripts to automate build process. I'm > attaching main of them to illustrate words above. > > Thanks, > Oleksiy > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
