Hi,

just one thing to add:

The error occurs only with qx 1.1 - with qx 1.0.x there's no problem.
Maybe that helps tracking down the issue.

Jörg

Am Freitag, den 14.05.2010, 08:28 -0400 schrieb Derrell Lipman:
> 
> 
> On Fri, May 14, 2010 at 06:40, Jörg Sawatzki <[email protected]>
> wrote:
>         Hey,
>         
>         unfortunately, I can't build it anymore:
>         
>         >>> Resolving dependencies...
>            - myfm.Application: #require(qx.ui.table.Table) is
>         auto-detected
>            - myfm.Application: #require(qx.ui.table.MTableContextMenu)
>         is
>         auto-detected
>          - Sorting 338 classes...
>          - Detected circular dependency between: qx.Class and
>         qx.ui.table.Table
>         
>         Any idea?
> 
> No, I'm out of ideas. Something is strange. Remove the #require
> statements that were there only for testing. They shouldn't have been
> necessary anyway. I'm now copying Martin who can hopefully shed some
> fresh light on this problem.
> 
> @Martin, to bring you up to date, Jörg has in his Application.js
> main() method a call of:
> 
> qx.Class.include(qx.ui.table.Table, qx.ui.table.MTableContextMenu);
> 
> which is causing an error (method is undefined) -- only in the 'build'
> version -- at 
> 
>   if(method.self==clazz){method.self=wrapper;
>  
> in Class.js, in the method __retrospectWrapConstruct which is called
> from __addMixin. I don't see anything wrong with the include
> statement. Do you have any suggestions to help track this down? I
> suspect a generator problem (not bringing in the correct classes in
> the correct order) but I'm not sure.
> 
> Derrell
> 
> 
> ------------------------------------------------------------------------------
> 
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



------------------------------------------------------------------------------

_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to