> Hello, > > I have installed (as root) qooxdoo-1.4 under the directory > > /usr/local/share/qooxdoo-1.4-sdk. > As simple user, I run the following commands in my home directory: > > $ /usr/local/share/qooxdoo-1.4-sdk/tool/bin/create-application.py > --name=myfirstapp --out=. > $ cd myfirstapp && ./generate.py source-all > > > After the generation completes, I open the file > myfirstapp/source/index.html > with Opera 11.01, but I get a blank page. The error console gives > > > JavaScript - > file://localhost/local/share/qooxdoo-1.4-sdk/framework/source/class/qx/Bootstrap.js?nocache=0.34410402759708536 > > > Linked script not loaded > > I have to edit the file myfirstapp/source/script/myfirstapp.js manually, > and fix > the two paths ../../../../../local/share/qooxdoo-1.4-sdk/* with > ../../../../../usr/local/share/qooxdoo-1.4-sdk/*. > > Note that all works fine with Firefox 4.0 with (and only with) the > original > paths.
This is more than mysterious. Nothing what you have done is unusual or a corner case, and we have tested with Opera 11 extensively. You can easily verify which path is correct, by cd'ing into myfirstapp/source and ls ../../../../../local/share/qooxdoo-1.4-sdk/ and ls ../../../../../usr/local/share/qooxdoo-1.4-sdk/ I suspect the first path is correct (which is asserted by your Firefox test). Why Opera would translate this into file://localhost/local/share/qooxdoo-1.4-sdk/ is a mystery to me. If you can, try another installation under /tmp, /opt or /var, to see if it hinges on the special "/usr" prefix. T. ------------------------------------------------------------------------------ Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
