Previously Gilles Lenfant wrote: > Hi, > > I made a component B that depends on component A. > > == B/profiles/default/metadata.xml == > ... > <dependency>profile-A:default<dependency> > ... > ==== > > Component A has setup handlers stated in A/profiles/default/ > import_steps.xml > Installing A only works perfectly either through quickinstaller or > setup tool. > Installing B installs A steps as expected (actions.xml, > portlets.xml, ...) but does *not* run the python handlers of > import_steps.xml of A! > > Did I miss something or is it a bug in GS ?
Already fixed in GenericSetup 1.4.1 which will be included in Plone 3.1.3. Overall I can strongly recommend (provided you target Plone 3.1 or later) to register your import steps using zcml instead of via import_steps.xml. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
