Am 30.08.2011 23:44, schrieb Derrell Lipman:
> On Tue, Aug 30, 2011 at 17:23, Marcel Ruff <[email protected] 
> <mailto:[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.
Thanks for the hint.

Unfortunately the "generate.py build" stops after some processing with:

          Generate packages  'unicode' object has no attribute 'sort'

Removing the OPTIMIZE:[] again, generate runs through but with the old error 
"i.body is null"
Using "generate.py source" again the app runs perfectly.

Marcel

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


-- 
Marcel Ruff
http://www.xmlBlaster.org
http://watchee.net
Phone: +49 7551 309371

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