[Setup] buildout: register ZCML slugs other than 'configure', 'meta' or 'overrides'

Dominik dominikruf at googlemail.com
Wed Feb 10 13:32:25 UTC 2010


Hi,

to activate iw.fss for the standard plone content type file, image and news
item the documentation recommends to add a slug with the line

<include package="iw.fss" file="atct.zcml" />

My idea was to add the line

zcml += iw.fss-atct

to my buildout.cfg so I don't have to create the file by hand.
But this dosn't work since plone.recipe-zope2instance only allows
'configure', 'meta' or 'overrides' zcml files and throws an exception

  File
"\buildout-cache\eggs\plone.recipe.zope2instance-3.3-py2.4.egg\plone\recipe\zope2
instance\__init__.py", line 655, in build_package_includes
    raise ValueError('Invalid zcml', orig)
ValueError: ('Invalid zcml', 'iw.fss-profiles')

So now my question is "is there an other way to create the slug with
buildout"?

thanks in advance
dominik
-- 
View this message in context: http://n2.nabble.com/buildout-register-ZCML-slugs-other-than-configure-meta-or-overrides-tp4547854p4547854.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.



More information about the Setup mailing list