When launching my Qooxdoo application from a Django server, I’d like to be able to switch between “source” and “build” versions of my application. Currently I need to do a `generate.py build` each time I want to test a code change.
The problem when trying to use the source version is that Qooxdoo does a complex job when generating the JavaScript code that is actually being used, and it probably hasn’t been designed to generate "source" code that will be running somewhere else than on the machine on which it has been generated. http://lino.saffre-rumma.net/tickets/30.html My guess is that generate.py must use a second macro QOOXDOO_URI which would be QOOXDOO_PATH by default. Setting QOOXDOO_URI to something else ("/media/qx/" in our case) would mean that the generated JS cannot run when invoked directly as file:// (which is not a problem when developing for a Django server). After looking at the source I'm afraid that this would be quite some work. But I hope that I'm wrong. Thanks for any feedback. Luc ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
