Hi,
I simplified the archgenxml buildout.cfg in trunk and in
archgenxml/docs/INSTALL.txt
It uses now repoze.recipe.egg instead of zc.recipe.egg.
The difference between the two recipes is that repoze.recipe.egg
install dependent scripts by default.
So now you can remove i18ndude for the eggs section.
So instead of
[buildout]
parts =
archgenxml
[archgenxml]
recipe = zc.recipe.egg:scripts
eggs =
archgenxml [i18n]
i18ndude
You have:
[buildout]
parts =
archgenxml
[archgenxml]
recipe = repoze.recipe.egg:scripts
eggs =
archgenxml [i18n]
--
Vincent Fretin
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword_______________________________________________
Archetypes-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/archetypes-users