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


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

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

  "include" :
  [
    {
      "path" : "${QOOXDOO_PATH}/tool/data/config/application.json"
    }
  ],

  "export" :
  [
    "api",
    "api-data",
    "build",
    "clean",
    "distclean",
    "fix",
    "info",
    "inspector",
    "lint",
    "migration",
    "pretty",
    "profiling",
    "source",
    "source-all",
    "simulation-build",
    "simulation-run",
    "test",
    "test-source",
    "translation"
  ],
  
  "default-job" : "source",

  "let" :
  {
    "APPLICATION"  : "asawizzard",
    "QOOXDOO_PATH" : "../qooxdoo-1.4-sdk",
    "QXTHEME"      : "asawizzard.theme.Theme",
    "API_EXCLUDE"  : ["qx.test.*", "${APPLICATION}.theme.*",
"${APPLICATION}.test.*", "${APPLICATION}.simulation.*"],
    "LOCALES"      : [ "de" ],
    "CACHE"        : "./cache",
    "ROOT"         : "."
  },

  // You only need to edit the remainder of this file, if you want to
customize
  // specific jobs, or add own job definitions.

  
  "jobs" :
  {
          "source-script" :
           {
                "compile-options":
                 {
                        "paths" :
                          {
                                "gzip"            : true
                          },
                    "uris":
                    {
                      "add-nocache-param":false
                    },
                        "code" :
                         {
                                "decode-uris-plug" : "./nocache.js"
                         }
                 }
                 ,
                 "library" :
                        [
                                {
                                        "manifest"   :
"../asa/Manifest.json"
                                }
                        ]
          },
          "build-script" :
          {
                 "library" :
                        [
                                {
                                        "manifest"   :
"../asa/Manifest.json"
                                }
                        ],
                        "compile-options" : 
      {
        "uris" :
        {
          "resource" : "/asawizzard/build/resource"
        }
      }
          }
    
  }
  
}

Thank you very much Thron

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