You misplaced comment signs.

Here:
>>    /*
>>    "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"
>>          }
>>        ]
>>      },*/

and above.

Use an editor with proper Json/Javascript syntax highlighting, and 
you'll see the issues. You might also want to try 'jsonlint' which is 
part of the demjson Python package.

T.

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

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