Re: [qooxdoo-devel] master breaks build

2013-06-28 Thread Cajus Pollmeier
Here we go: http://bugzilla.qooxdoo.org/show_bug.cgi?id=7499 Have a nice weekend, Cajus On 28.06.2013 17:30, thron7 wrote: > Finally! I could repro it. Please open a bug for it. There must be a > couple of things coming together. > > Thanks, > T. > > On 06/28/2013 11:47 AM, Cajus Pollmeier wr

Re: [qooxdoo-devel] master breaks build

2013-06-28 Thread thron7
Finally! I could repro it. Please open a bug for it. There must be a couple of things coming together. Thanks, T. On 06/28/2013 11:47 AM, Cajus Pollmeier wrote: > On 28.06.2013 11:03, thron7 wrote: >> On 06/28/2013 09:46 AM, Cajus Pollmeier wrote: >>> Lets start over after cleaning all build cac

Re: [qooxdoo-devel] master breaks build

2013-06-28 Thread Cajus Pollmeier
On 28.06.2013 11:03, thron7 wrote: > > On 06/28/2013 09:46 AM, Cajus Pollmeier wrote: >> >> 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" d

Re: [qooxdoo-devel] master breaks build

2013-06-28 Thread thron7
On 06/28/2013 09:46 AM, Cajus Pollmeier wrote: > > 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, unmo

Re: [qooxdoo-devel] master breaks build

2013-06-28 Thread Cajus Pollmeier
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 clea

Re: [qooxdoo-devel] master breaks build

2013-06-27 Thread thron7
> 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. Are you setting 'use strict' somewhere? Or is there an issue in your c

Re: [qooxdoo-devel] master breaks build

2013-06-27 Thread Cajus Pollmeier
Ok. That worked. Finally ;-) Looks like qx.ui.container.Composite is missing a ";" in the very end. Cheers, Cajus Am 27.06.13 17:00, schrieb thron7: > On 06/27/2013 04:17 PM, Cajus Pollmeier wrote: >> Hmm. Neither OPTIMIZE, nor "format: true" show any effect. > Did you run 'distclean' in between

Re: [qooxdoo-devel] master breaks build

2013-06-27 Thread thron7
On 06/27/2013 04:17 PM, Cajus Pollmeier wrote: > Hmm. Neither OPTIMIZE, nor "format: true" show any effect. Did you run 'distclean' in between?! > Maybe because I'm building a separate version for every engine? Or - is > there a place where these options can be inserted so that it works in >

Re: [qooxdoo-devel] master breaks build

2013-06-27 Thread Cajus Pollmeier
Hmm. Neither OPTIMIZE, nor "format: true" show any effect. Maybe because I'm building a separate version for every engine? Or - is there a place where these options can be inserted so that it works in every case? { "let" : { ... "OPTIMIZE" : [] }, "build" : { "desc"

Re: [qooxdoo-devel] master breaks build

2013-06-27 Thread thron7
On 06/27/2013 02:04 PM, Cajus Pollmeier wrote: > On 27.06.2013 12:38, thron7 wrote: >> Cajus, >> >> - What is the commit that you pulled? (The issue might have been fixed >> meanwhile) > I don't know, but I tried again using > d6b28021dc9dd527a4604cb37acb220f2079a118 which seems to be the latest

Re: [qooxdoo-devel] master breaks build

2013-06-27 Thread Cajus Pollmeier
On 27.06.2013 12:38, thron7 wrote: > Cajus, > > - What is the commit that you pulled? (The issue might have been fixed > meanwhile) I don't know, but I tried again using d6b28021dc9dd527a4604cb37acb220f2079a118 which seems to be the latest one available on github. Same error. Chrome: Uncaug

Re: [qooxdoo-devel] master breaks build

2013-06-27 Thread thron7
Cajus, - What is the commit that you pulled? (The issue might have been fixed meanwhile) - Which code caused the exception? A minimal example to trigger it would be helpful. T. On 06/27/2013 11:56 AM, Cajus Pollmeier wrote: > Hiho, > > I'm updating to qx master for a development project from t

[qooxdoo-devel] master breaks build

2013-06-27 Thread Cajus Pollmeier
Hiho, I'm updating to qx master for a development project from time to time - just to see if we're on the right track for qx 3.0. For the last pull, I've noticed that source works fine, but build bails out claiming "Uncaught SyntaxError: Unexpected token &&". I gave it a quick glance, but gave