#4 — Skin directories doormat_styles and doormat_templates are missing in the egg

by Armin Stross-Radschinski last modified Oct 05, 2010 11:42 AM
State Tested and confirmed closed
Version: 0.2
Area Process
Issue type Bug
Severity Medium
Submitted by Armin Stross-Radschinski
Submitted on Jun 21, 2010
Responsible Kees Hink
Target release: 0.3
Warning on command line prompt:

/Applications/Plone/buildout-cache/eggs/Products.CMFCore-2.2.1-py2.6.egg/Products/CMFCore/DirectoryView.py:489: UserWarning: DirectoryView doormat_styles refers to a non-existing path 'Doormat/skins/doormat_styles'
  (self.id, reg_key), UserWarning)
/Applications/Plone/buildout-cache/eggs/Products.CMFCore-2.2.1-py2.6.egg/Products/CMFCore/DirectoryView.py:489: UserWarning: DirectoryView doormat_templates refers to a non-existing path 'Doormat/skins/doormat_templates'
Steps to reproduce:
When Installing Products.Doormat = 0.2 via buildout you get the above warnings.

Maybe you omitted to place a NOTEMPTY.txt file in the above mentioned directories. They are still registered as CMF skin layers. After switch to the browser view they maybe useless, but if you want to customise ressources TTW they may help.
Added by Kees Hink on Jun 21, 2010 02:02 PM
Issue state: UnconfirmedConfirmed
Responsible manager: (UNASSIGNED)khink
Thanks, i'll work on this!
Added by Kees Hink on Jun 21, 2010 02:37 PM
Issue state: ConfirmedIn progress
Target release: None0.3
Fixed in r119519 (https://dev.plone.org/[…]/trunk), fix will be included in next release (0.3).
Added by Kees Hink on Oct 05, 2010 09:36 AM
Target release: 0.30.4
didn't make it into 0.3 due to empty directories being omitted. Will add NOT_EMPTY.txt files to prevent this in 0.4 release.
Added by Kees Hink on Oct 05, 2010 09:42 AM
Issue state: In progressResolved
Target release: 0.40.3
Issue was fixed in 0.3, but differently than i had thought: the registration of these directories has been removed from skins.xml (instead of adding the directories).
Added by Kees Hink on Oct 05, 2010 11:42 AM
Issue state: ResolvedTested and confirmed closed
Re-added skins folders in 0.4, as these will be generated by AGX. (Make them not empty.)

No responses can be added.