Sorry, now I see i placed the object in commented area, but i tried to use
this config, no efort!

{
  "name"    : "asa",

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

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

  "let" :
  {
    "APPLICATION"  : "asa",
    "QOOXDOO_PATH" : "../qooxdoo-1.2-sdk",
    "QXTHEME"      : "asa.theme.Theme",
    "API_EXCLUDE"  : ["qx.test.*", "${APPLICATION}.theme.*",
"${APPLICATION}.test.*"],
    "LOCALES"      : [ "en","de","tr" ],
    "CACHE"        : "${TMPDIR}/cache",
    "ROOT"         : "."
  },

        "compile-options" :
        {
          "paths" :
          {
                "gzip"            : true
          },
          "uris" :
          {
                "add-nocache-param" : false
          }
        }

}

> Hi List,
>
> how to disable the new nocache param on loading source scripts?
> I tried like the dev team told, but there is no rsult.
> This is my config.js... is their any error?
>
>
> {
>   "name"    : "asa",
>
>   "include" :
>   [
>     {
>       "path" : "${QOOXDOO_PATH}/tool/data/config/application.json"
>     }
>   ],
>
>   "export" :
>   [
>     "api",
>     "build",
>     "clean",
>     "distclean",
>     "fix",
>     "info",
>     "inspector",
>     "lint",
>     "migration",
>     "pretty",
>     "profiling",
>     "source",
>     "source-all",
>     "test",
>     "test-source",
>     "translation"
>   ],
>
>   "let" :
>   {
>     "APPLICATION"  : "asa",
>     "QOOXDOO_PATH" : "../qooxdoo-1.2-sdk",
>     "QXTHEME"      : "asa.theme.Theme",
>     "API_EXCLUDE"  : ["qx.test.*", "${APPLICATION}.theme.*",
> "${APPLICATION}.test.*"],
>     "LOCALES"      : [ "en","de","tr" ],
>     "CACHE"        : "${TMPDIR}/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"
>         }
>       ]
>     },
>
> "compile-options" :
> {
>   "paths" :
>   {
>     "gzip"            : true
>   },
>   "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
>         }
>       }
>     }
>   }
>   */
> }
>
>
> regards Sak
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>



------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to