> Is it the expected behavior? Hi Alexei,
yes, this is sort of the "expected" bevahvior. The build version is self-contained in that it doesn't have references outside of the build tree. This is achieved by copying all necessary files to the build tree. The source version is different. It only references other files on the file system, in their original location. An easy way to accommodate for that (as you have already found out for yourself, given your other post) is to make sure that your application, the qooxdoo framework, and all other qooxdoo libraries you are using, contribs you have downloaded, and so forth, are all beneath a common path on your web server. Then also the source version should run fine from the web server. Thomas ------------------------------------------------------------------------------ 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
