>> ## If I'am removing that, my build tries to load recourses like this >> > http://airport.sak-sys.de/privatkunden/resource/qx/icon/Tango/22/actions/go- >> next.png instead of >> > http://airport.sak-sys.de/asawizzard/build/resource/qx/icon/Tango/22/actions >> /go-next.png > > This is strange! Where does this reference to "/privatkunden" come from? > Can you grep your projects and .json files to locate it?! > > It's the current working directory of the page, so its not even strange. I > have never used this directory in my project or .json configs or any other > library. But my inline project has to be placed on this site, by the way > it's a mod_rewrite url, there is no directory wich names privatkunden.
Ok, so I suspect the index page that actually loads the asawizzard app is at the URL path /privatkunde/index.html, but you copied the app itself to the URL path /asawizzard/build, right?! Then you indeed need to set the 'uri' settings in the compile-options key. If my assumption is right, you actually need to set both the 'resource' and the 'script' subkey, to point to /asawizzard/build/resource and .../script respectively, so both images and script files are found. T. ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
