On Tue, Apr 21, 2009 at 2:16 PM, thron7 <[email protected]> wrote: > I don't have the time to debug this configuration, but it looks > unnecessary complex to me. What are you trying to achieve?
Well, when you have a rails app, you get most of that directory structure. Then we have our automatisch deployment stuff, that sets up the correct permission, etc. that is assuming this structure. For me the problem is now solved. Unlike the 'suggested' development model, the source/inspector/api and build versions are part of the same source-control and part of the same automatic deployment (to an indentical server that only has a RAILS_ENV=production instead of RAILS_ENV=development). I guess most people put the server-side code inside of the source folder and have it copy to the build version. But that' isn't a possibility here, because then apache's mod_passenger wouldn't recognize the folder as a rails instance. So the source code should live outside of the web-server folder, and only be symlinked/routed on the dev server. In a nutshell: my problem was that the qooxdoo libraries are somewhere completely different. And there was no 'path' (without symlinking) that made sense in both the browser and the shell. It was all made more confusing (for me), because I was trying to shoehorn these two different folder structures into one. But I now have a setup that is both safe and can do automatic deployments, so i'm happy. In retrospect the symlinking allowed to me to integrate everything much more neatly, than any configuration key would make possible. Greetings, Ralf ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
