Hi Alper, for the build version, the config keys compile-options/uris/script and compile-options/uris/resource should be what you're looking for. For the source version, try compile-options/paths/app-root.
Here's the manual page: http://manual.qooxdoo.org/current/pages/tool/generator/generator_config_ref.html#compile-options Regards, Daniel On 01.08.2013 11:33, Alper Ortac (aortac) wrote: > Hi Mustafa, > > thanks for your quick reply. In my case that does not work. I configured > my webserver to serve the application in a subfolder. But my new qooxdoo > app requests all internal classes without the subfolder. > > Alper > > *From:*Mustafa Sak [mailto:[email protected]] > *Sent:* Mittwoch, 31. Juli 2013 16:18 > *To:* qooxdoo Development > *Subject:* Re: [qooxdoo-devel] Custom base URL configuration for whole > application > > Hi Alper, > > This should be no problem on default config. All script urls are > relative not absolute. Just take care to make your libraries (qooxdoo, > another app, distributions) available after changing the path. > > Gruß > > Mustafa Sak > > Applications & Integration > > 1&1 Internet AG > > Ernst-Frey-Straße 10 > > DE-76135 Karlsruhe > > *Von:*Alper Ortac (aortac) [mailto:[email protected]] > <mailto:[mailto:[email protected]]> > *Gesendet:* Mittwoch, 31. Juli 2013 14:52 > *An:* [email protected] > <mailto:[email protected]> > *Betreff:* [qooxdoo-devel] Custom base URL configuration for whole > application > > I have a new qooxdoo application which refers to another qooxdoo > application by mentioning its Manifest file in the config file. > > I tried to change the base url of the application. So instead of > > “http://localhost/source/class/myapp/Application.js” > > It should request > > “http://localhost/SUBFOLDER/source/class/myapp/Application.js” > > This should apply to all resources (classes and static files) in this > application. > > Is that possible? > > > > ------------------------------------------------------------------------------ > Get your SQL database under version control now! > Version control is standard for application code, but databases havent > caught up. So what steps can you take to put your SQL databases under > version control? Why should you start doing it? Read more to find out. > http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk > > > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
