Re: [qooxdoo-devel] exclude module + include class

2007-08-16 Thread dperez
Hi, I propose that the qx.html.Iframe to belong to another module different to io_remote, as it is used outside of this module. dperez wrote: > > This combination > --exclude-without-dependencies ui_remote > --include-without-dependencies qx.html.Iframe > generates an emtpy qx.js without

Re: [qooxdoo-devel] exclude module + include class

2007-08-15 Thread dperez
This combination --exclude-without-dependencies ui_remote --include-without-dependencies qx.html.Iframe generates an emtpy qx.js without any explanatory warning. :-( dperez wrote: > > Hi, > > As I'm still using my old AJAX code, I exclude the io_remote modulo in my > qooxdoo custom builds

[qooxdoo-devel] exclude module + include class

2007-08-15 Thread dperez
Hi, As I'm still using my old AJAX code, I exclude the io_remote modulo in my qooxdoo custom builds: --exclude-without-dependencies ui_remote This works fine. But I have discovered that qx.embed.Iframe uses qx.html.Iframe. The latter belongs to the io_remote module. Then I do this in my cust