Another difference between source and build version is that access to private variables (starting with __) works in the source version, but doesn't in the build version as the variable names are "optimized away".
You could disable the optimization steps in the build process (config.json, it's described somewhere in the documentations). Cheers, Fritz On Mon, 27 Feb 2012, hagendorn wrote: > Hi Christof, > > could you please try to clean your artefacts with "generate.py distclean" > and try to rebuild it with "generate.py source". Does the source version > work? > > Cheers, > Chris > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Build-broken-How-to-debug-tp7321369p7321552.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > -- Oetiker+Partner AG tel: +41 62 775 9903 (direct) Fritz Zaucker +41 62 775 9900 (switch board) Aarweg 15 +41 79 675 0630 (mobile) CH-4600 Olten fax: +41 62 775 9905 Schweiz web: www.oetiker.ch ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
