Re: [qooxdoo-devel] Placing the source build on the server

2010-04-21 Thread flj
Thanks for the help - that's more or less how I tried to do it. However, I'm somewhat limitted in what I can do - my qooxdoo app gets deployed/needs to be deployed to the app server packaged inside a war file. Anyway, it's not that much of a requirement for the source version - the version used

Re: [qooxdoo-devel] Placing the source build on the server

2010-04-21 Thread Grzegorz Słowikowski
Hi I have a workaround. For source build deployment you have to keep "source" folder and all its structure for it to work because of "../source" prefixes in the loader generation. I've adder another one index.html in the root of the webapp containing: http://www.w3.org/1999/xhtml";> Greetin

Re: [qooxdoo-devel] Placing the source build on the server

2010-04-20 Thread thron7
You'll find everything you need to know in this piece of documentation: http://qooxdoo.org/documentation/1.0/snippets#running_a_source_version_from_a_web_server T. On 04/20/2010 07:10 PM, f...@mail.dnttm.ro wrote: > Hi. > > In order to debug the app, I place the result of generate source on the

[qooxdoo-devel] Placing the source build on the server

2010-04-20 Thread flj
Hi. In order to debug the app, I place the result of generate source on the server, plus qooxdoo/framework, so all javascript files are available. However, the URIs generated in the script contain something like ../source/..., whereas I'd need them to contain something like .../my_java_app/...