Sorry for that! I did some experiments on source, I must accidentally
generate build version of not working source version. I had some problems to
understand that I have to distclean my project if I added some new classes
to my library, isn't it?

 
On 07/08/2011 02:25 PM, Mustafa Sak wrote:
>
>
> On 07/07/2011 10:04 PM, Mustafa Sak wrote:
>>      "compile-options" :
>>      {
>>              "uris" :
>>              {
>>                      "resource" : "/asawizzard/build/resource"
>>              }
> This is usually not necessary, as it fixes the resource uri to this
> particular path on your deploy server. If you move the location of the
> app itself on the server, this will stick and might be wrong. Just
> remove this setting.
>
> ## 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.


> ## Could you please check what I meant at
>
http://airport.sak-sys.de/privatkunden/flughafentransfer-buchen?ref_id=25&re
> f_code=HAJ
> Thanks.<- this version is with "resource" : "/asawizzard/build/resource"
> setted.

Mh. This is a whole other issue. Loading that link, I get "asa is not 
defined", so even classes are missing at this point. The issue arises 
when trying to qx.Class.define("asawizzard.modules.wizzard", ...), which 
tries to include: [asa.util.MFunctions]. Didn't you get any error 
warnings when building this?!

Sure, as I told before, I added that class after generating my source /
build versions of asawizzard, so the generator every time told me, that asa
is undefined, but a distclean and source / build job did it.

But why are my resource path are broken without explicit setting he resource
path at build job?

> But as you say the images are not copied to the build path in the first
> place, what is your 'build-resources' job like?
> ## ?? Don't understand you. I have no build-resources job in config.js,
here
> my config.js
>
> {
>    "name"    : "asawizzard",

This looks ok. Can you confirm the aza library is "../aza" relative to 
the azawizzard app?!

../asa is realtive to asawizzard, because all classes from there are working
proper, but the custom images are not copied to asawizzard/buil/resource/.
Normally there should be a directory names asawizzard/buil/resource/asa but
there are just qx and asawizzard

Thanks to you and all active list members, I never noticed about another
list, which such a helpful crew.

Regards Sak 

<<attachment: Mustafa Sak ([email protected]).vcf>>

------------------------------------------------------------------------------
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

Reply via email to