Hi,

Here is my package configuration:
      "packages" :
      {
        "loader-with-boot" : false,
        "i18n-with-boot"   : true,
        "parts" :
        {
          "boot":
          {
            "include" : ["${QXTHEME}", "admin.Application",
"admin.window.Modal"]
          },
          //VIEWS
          "loginView":
          {
            "include" : ["admin.view.LoginView"]
          },

          //WINDOWS
          "settingWindow":
          {
            "include" : ["admin.window.settings.SettingsWindow"]
          },

          "groupWindow":
          {
            "include" : ["admin.window.groups.GroupsWindow"]
          },
          "addGroupWindow":
          {
            "include" : ["admin.window.groups.AddGroup"]
          },


          "loadingWindow":
          {
            "include" : ["admin.window.LoadingWindow"]
          }
        }
      }

Best regards,
Adam

2011/3/26 thron7 <[email protected]>

> Ok, but the question is: Do you list admin.window.Modal in any of your
> parts' "include" config keys, either literally or via a wildcard (e.g.
> admin.window.*)?! This would be the culprit.
>
> T.
>
>
> > Hi,
> >
> > If I understand, I have:
> >  - many class like admin.window.settings.SettingsWindow,
> >  - every of this class extend class admin.window.Modal,
> >  - admin.window.Modal is very simple, abstract base class, for any modal
> > windows in our application. It's very comfortably in use, when we want
> add
> > something to all of our modal windows:-)
> >
> > Best regards,
> > Adam
> >
> >
> > 2011/3/25 thron7 <[email protected]>
> >
> >> > Hi,
> >> >
> >> > Now migration work perfect... But, I can't use generate.py source:
> >> > Attempt to block load-time dependency on class
> >> > admin.window.settings.SettingsWindow to admin.window.Modal
> >>
> >> Indeed, consistency checking has been tightened for part definitions, as
> >> announced in this blog post:
> >> http://news.qooxdoo.org/the-week-in-qooxdoo-2011-03-04
> >>
> >> It seems your parts are violating one of the constraints where a class
> >> (admin.window.settings.SettingsWindow) of one part requires another
> >> class
> >> (admin.window.Modal) so the part is loadable. But this other class seems
> >> to be an element in another part's "include" config. - Can you confirm
> >> this?!
> >>
> >> T.
> >>
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> Enable your software for Intel(R) Active Management Technology to meet
> >> the
> >> growing manageability and security demands of your customers. Businesses
> >> are taking advantage of Intel(R) vPro (TM) technology - will your
> >> software
> >> be a part of the solution? Download the Intel(R) Manageability Checker
> >> today! http://p.sf.net/sfu/intel-dev2devmar
> >> _______________________________________________
> >> qooxdoo-devel mailing list
> >> [email protected]
> >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> >>
> >
> ------------------------------------------------------------------------------
> > Enable your software for Intel(R) Active Management Technology to meet
> the
> > growing manageability and security demands of your customers. Businesses
> > are taking advantage of Intel(R) vPro (TM) technology - will your
> software
> > be a part of the solution? Download the Intel(R) Manageability Checker
> > today!
> >
> http://p.sf.net/sfu/intel-dev2devmar_______________________________________________
> > qooxdoo-devel mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> >
>
>
>
>
> ------------------------------------------------------------------------------
> Enable your software for Intel(R) Active Management Technology to meet the
> growing manageability and security demands of your customers. Businesses
> are taking advantage of Intel(R) vPro (TM) technology - will your software
> be a part of the solution? Download the Intel(R) Manageability Checker
> today! http://p.sf.net/sfu/intel-dev2devmar
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to