Here is the situation:
- fresh Plone 4.2 buildout
- a fresh package created using Zopeskel 2.21.1 with template 'archetype' and configured in my buildout using mr.developer
Trying to add some content types inside my package fails with:
[ajung@dev1 nva.aktionsmittel]$ bin/paster addcontent
Command 'addcontent' not known (you may need to run setup.py egg_info)
Running setup.py egg_info did not help.
setup.py contains:
setup.py: paster_plugins=["ZopeSkel"]
setup.cfg contains:
[zopeskel]
template = archetype
What is the magic behind the local commands in order to make "paster addcontent" working? It worked in other contexts as it should?!