[Zope-dev] zcml entry points
Fred Drake
fdrake at gmail.com
Wed Oct 17 17:01:15 EDT 2007
On 10/17/07, Wichert Akkerman <wichert at wiggy.net> wrote:
> A common issue we are seeing is that we have eggs depending on each
> other, but they still need to load the zcml from those dependencies
> somehow. As a temporary solution to play with the concept I added
> something simple to the plone.recipe.zope2instance buildout recipe.
What's the problem you're seeing? I'm not sure what you're trying to
solve. ZCML includes work just fine in the egg world.
As long as you're referring to packaged ZCML using
package="package.name" in your <include> and <includeOverrides>
directives, all is good.
-Fred
--
Fred L. Drake, Jr. <fdrake at gmail.com>
"Chaos is the score upon which reality is written." --Henry Miller
More information about the Zope-Dev
mailing list