On 27.06.2013 22:56, thron7 wrote:
>> Ok. That worked. Finally ;-)
>>
>> Looks like qx.ui.container.Composite is missing a ";" in the very end.
> 
> That's right, it does. But why should that be a problem?! I've run this
> class in various browsers, all without problems.

Lets start over after cleaning all build caches I found and running distclean 
providing more information:

* Unmodified qx source, unmodified project source, optimization enabled

  "build" does not work.

* Unmodified qx source, unmodified project source, optimization disabled

  "build" works. Sadly :-(

I tried this several times, so it looks like beeing reproducible. You can see 
that the non optimized version contains a

...})
qx.Bootstrap(...

Looks like that doesn't matter in the non optimized version, but when beeing 
compressed to a single line it fails. Don't ask why that was like

...})qx.Bootstrap(...

in the non optimized build yesterday.

> Are you setting 'use strict' somewhere? Or is there an issue in your
> compiled script, in that it conflicts with the code that comes afterwards?
> Could you check that in your browser?

There are two external libraries included: jsjac and fabric. Both of them set 
"use strict" inside of function calls. I've removed all of them to be sure that 
it has no impact. And it has not.
Cajus

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to