This a JSON parsing error in one of your files.

For example, this will cause this error:
------
{
    item1: {},
    item2: {},  <--- (last comma must be removed)
}
-----

On 05-07-2014 12:00, Claudio Driussi wrote:
> Hi everybody,
>
> I'm still trying qooxdoo, now I'm trying to use a custom library, I added
> this to my config.json file:
>
> "libraries" :
> {
>     "library" :
>     [
>       {
>         "manifest" : "../qxut/Manifest.json"
>       }
>     ]
> }
>
> but when I call generate.py I get:
>
>    - Warning: ! Shadowing job "libraries" with local one
>
> and
>
> <class 'ecmascript.frontend.SyntaxException.SyntaxException'> :
> Illegal dangling comma in map (pos (31, 1))
> File: S:\HTDOCS\CS\qx\qxut\source/class\qxut\Alert.js
>
> OS is Win7 pro
>
> How can I fix it?
>
> Many thanks.
> Claudio
>
>
>
>
>
>
>
>
>
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/Illegal-dangling-comma-in-map-tp7585950.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Open source business process management suite built on Java and Eclipse
> Turn processes into business applications with Bonita BPM Community Edition
> Quickly connect people, data, and systems into organized workflows
> Winner of BOSSIE, CODIE, OW2 and Gartner awards
> http://p.sf.net/sfu/Bonitasoft
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to