> Hi, > > first off I'm a total qx newbie. > > In development I mount the source folder at /qx on the web server. But qx > still loads its scripts from /source instead of /qx/source so it's broken.
First, before running a source version from a web server, make sure you've read this section: http://qooxdoo.org/documentation/general/snippets#running_a_source_version_from_a_web_server > > I read through the docs and I think I have to set the uri key of the > library > that is my app. I tried putting "uri" in the top level config.json but > that > didn't work. Setting the uri in compile-options also failed obviously. > > I'm at the end of my wits. What do I have to do to change sourceUri and > resourceUri in the build js file? sourceUri and resourceUri are per-library attributes, so you have to tweak them on a per-library level. in your config, on the "jobs" level, add "libraries": { "library" : [ { "manifest" : "<fs-path-to-qooxdoo-sdk>", "uri" : "/qx" } ... see [1] for details. t. [1] http://manual.qooxdoo.org/1.6.x/pages/tool/generator_config_ref.html#library ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
