Hi,

AFAIK the only qooxdoo libraries that can be loaded from a different 
machine over HTTP are contributions.

What you can do is place a qooxdoo SDK on your server so that it's 
accessible via HTTP and FTP/SCP your qooxdoo application to the server 
as part of your development process. You can then use absolute URLs to 
load the source files by extending the "source" job and overwriting the 
"libraries" key:

http://manual.qooxdoo.org/1.3/pages/tool/generator_config_articles.html#pages-tool-generator-config-articles-library-key-and-manifest-files


Regards,
Daniel

On 03/09/2011 03:10 AM, Luc Saffre wrote:
> 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
>
>

------------------------------------------------------------------------------
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

Reply via email to