Tres Seaver wrote:
These are all failing due to a bad directive in a new ZCML file in zope.componentvocabulary::
- ------------------------- %< --------------------------------- ZopeXMLConfigurationError: File "/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.componentvocabulary/src/zope/componentvocabulary/configure.zcml", line 3.2-3.60 ZopeXMLConfigurationError: File "/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.component/src/zope/component/configure.zcml", line 3.2 ConfigurationError: ('Unknown directive', u'http://namespaces.zope.org/zope', u'subscriber') - ------------------------- %< ---------------------------------
I think Thomas Lotze added this file yesterday. I think it likely needs to have the following near the top::
<include file="meta.zcml" package="zope.component"/>
This not entirely correct. The file has been there all along and I added a test to make sure it can actually be loaded. This led me to add a directive for loading the zope.component configuration. I've fixed the new directive to now, making the test pass. -- Thomas