Hello again, I have still problem with config.json:

> {
>   "name"    : "custon",
> 
>   "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"  : "custon",
>     "QOOXDOO_PATH" : "../qooxdoo-1.3-sdk",
>     "QXTHEME"      : "custon.theme.Theme",
>     "API_EXCLUDE"  : ["qx.test.*", "${APPLICATION}.theme.*",
> "${APPLICATION}.test.*", "${APPLICATION}.simulation.*"],
>     "LOCALES"      : [ "en" ],
>     "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"
>         }
>       ]
>     },*/
> 
>     // 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":
>       {
>         "packages" :
>         {
>               "parts"  :
>               {
>                 "boot"     :
>                 {
>                       "include" : [ "${QXTHEME}", "custom.Application" ]
>                 },
>                 "settings" :
>                 {
>                       "include" : [ "custom.Settings" ]
>                 }
>               }
>         }
>       }
>   }
> }
> 
I have been tried with config.json :(
But it is error message:
Expecting , deliniter: line 55 colum 5 
File: config.json

What does it happen. I have been tired.. It does not work. Please help me :(
Thanks

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Qooxdoo-Main-Application-with-externed-javascript-files-tp6181101p6189656.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to