-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 12/11/2010 06:12 PM, Thomas Lotze wrote:
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.
Thank you very much for tracking this down! I saw by the checkin message that the tests were only failing when using older zope.configuration versions. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0EyKgACgkQ+gerLs4ltQ5ZTwCfSOHJOKTxvremQFV4JhDIwtzd F40An2Vheyo4av77Cpm6hCe1WM2i2OSv =rwfK -----END PGP SIGNATURE-----