Hi Thomas, I'm developing inline applications so the URL of the page that invokes the app is miles away from the app itself; for my example:
The URL of the page is: /content/edit-page.html The app is at: /__grasshopper.forms/com.zenesis.grasshopper.Content/edit-page Qooxdoo is at: /public/qooxdoo Qooxdoo-contrib is at: /public/qooxdoo-contrib So the errors I get are 404's for resources which are expected to be relative to /content, IE not just the compiled script but also the resources etc. But your solution worked perfectly, thank you _very_ much for the quick answer!! Regards John -----Original Message----- From: thron7 [mailto:[email protected]] Sent: 03 March 2009 17:06 To: qooxdoo Development Subject: Re: [qooxdoo-devel] Generator ignores the "uri" for build version (not source) > My problem is that the build/com.zenesis.components.Content.js contains > this: > qx.$$loader = { > parts : {"boot":[0]}, > uris : [["script/com.zenesis.components.Content-0.js"]], > boot : "boot" > }; > > Ah, I forgot to mention one thing: This cannot make your app break. As long as you don't use parts the new loader will include the contents of (former) ...Content-0.js directly in ...Content.js (so this ...Content-0.js entry is actually bogus). If your HTML page can fetch ...Content.js it should have all necessary code and need no further script file. Still it doesn't hurt to specify compile-dist/uris/script, and specifying compile-dist/uris/resource will definitely help with resources (if that is your problem). Anyway, what is actually the error you are getting? T. > As you can see, it's missing the URI prefix. > > Thanks, > John > > > > > ---------------------------------------------------------------------------- -- > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ---------------------------------------------------------------------------- -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
