Hi
I just found out my applications works differently if I generate them with 
source or source-hybrid, which was really frustrating.

Context:
- I am developing on web server and I set the paths ok, as I even can see the 
apibrowser and tutorials using http://localhost...
- I am trying to test the (more or less famous) aristo theme

Actions:
- I read the http://qooxdoo.org/contrib/project/aristo document in order to use 
it in my applications to check the appearance
- So, I updated myapp/config.json
- I use to use generate source-hybrid to (re)generate the applications. If I 
use this switcht, I get in FF6.0 for MAC OSX:
"NetworkError: 404 Not Found - 
http://localhost/var/folders/7m/7mSt7mDMHISSAPpJzU6fok%2B%2B%2BTM/-Tmp-/qx1.5/cache/downloads/Aristo/trunk/source/resource/aristo/decoration/form/button.png";.
 The application runs without decorations (at least for the default skeleton 
app)

- So, I guess I should use generate.py source, as it is said on the contrib 
project page. After doing, what I get is (for me) worse :(
"NetworkError: 404 Not Found - 
http://localhost/usr/local/qooxdoo-1.5-sdk/framework/source/class/qx/Bootstrap.js";

My app/config.json is nothing special, in fact is the default config.json + 
aristo and no-cache tweaks:
{
  "name"    : "qxAristo",

  "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",
    "source-hybrid",
    "simulation-build",
    "simulation-run",
    "test",
    "test-source",
    "translation"
  ],
  
  "default-job" : "source",

  "let" :
  {
    "APPLICATION"  : "qxaristo",
    "QOOXDOO_PATH" : "../../../../../usr/local/qooxdoo-1.5-sdk",
//    "QXTHEME"      : "qxaristo.theme.Theme",                                  
    "QXTHEME": "aristo.Aristo",
    "API_EXCLUDE"  : ["qx.test.*", "${APPLICATION}.theme.*", "${APPLICATION}.te\
st.*", "${APPLICATION}.simulation.*"],
    "LOCALES"      : [ "en" ],
    "CACHE"        : "${TMPDIR}/qx${QOOXDOO_VERSION}/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" :
  {
    // Uncomment the following entry to add a contrib or library to your        
    // project; make sure to adapt the path to the Manifest.json; if you are    
    // using a contrib: library, it will be downloaded into the path specified  
    // by the 'cache/downloads' config key                                      
    
    "libraries" :
    {
      "library" :
      [
        {
//          "manifest" : "contrib://SkeletonApplication/trunk/Manifest.json"    
          "manifest": "contrib://Aristo/trunk/Manifest.json"
        }
      ]
    },

    "source-script": {
      "compile-options": {
        "uris": {
           "add-nocache-param": false
        }
      }
    }
    

    // If you want to tweak a job setting, see the following sample where       
    // the "format" feature of the "build-script" job is overridden.            
    // To see a list of available jobs, invoke 'generate.py x'.                 
  /*                                                                            
    ,"build-script" :                                                           
    {                                                                           
      "compile-options" :                                                       
      {                                                                         
        "code" :                                                                
        {                                                                       
          "format" : false                                                      
        }                                                                       
      }                                                                         
    }                                                                           
    */
  }
}

I have read the posts and documentation about developing on web server and I 
was doing until now. any clue about this issue??? any further configuration I 
haven't done?

Cheers in advance

w i l l y


------------------------------------------------------------------------------
Using storage to extend the benefits of virtualization and iSCSI
Virtualization increases hardware utilization and delivers a new level of
agility. Learn what those decisions are and how to modernize your storage 
and backup environments for virtualization.
http://www.accelacomm.com/jaw/sfnl/114/51434361/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to