> Why do you want to enforce an absolute URI path for your "myapp" library (which I wouldn't recommend)? > Are you trying to run your source version from a web server?
I write playframework application and I want to implement admin section as qooxdoo inline application. I've created a routing rule which http://myapp.com/admin forward (not redirect) to index.html qooxdoo-application. But due to relative paths all js-files are not loaded, because instead http://myapp.com/admin/[script|class|resource] url is formed such a http://myapp.com/ [script|class|resource]. If all paths of qooxdoo will be absolute then I can create another routing rule that will be to forward url like http://myapp.com/qxapp to right path. -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-change-source-and-build-folders-tp7117997p7122087.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
