On Tue, Aug 30, 2011 at 17:23, Marcel Ruff <[email protected]> wrote:

> **
> Uups I was too fast responding.
>
> When I do a
>   generate.py build
> for distribution I get again:
>
>   "i.body is null"
>
> with the current svn (from yesterday)
>
> so I'm back at the original problem ....
>
> As this does not happen with 'generate.py source',
> do you have any other idea how to chase it down?
> (The older v1.4.2 runs fine)
>

I haven't been following the whole conversation, but this sort of problem is
typically from use of a private variable someplace. See what happens if you
turn off optimization for your build version. In the "let" section of
config.json, add the following line:

  OPTIMIZE : [ ]

which should disable all optimization. Then run "generate.py build" again.
If nothing else, the variable i will likely be replaced with its original
name, to hopefully guide you towards the culprit.

Derrell
------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to