Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.0-alpha-8
-
Fix Version/s: None
-
Component/s: Site Renderer
-
Labels:None
-
Environment:maven-site-plugin 2.0-beta-5; maven 2.0.5
-
Number of attachments :
Description
I've created my own Velocity template for rendering site pages, and included it in my own site skin. The skin makes no changes to the built-by image, or the maven-base or print CSS files. However, when I use the new skin, none of these files are found in the site. This leads to massive formatting problems and missing icons/images all over the place.
When I copy the images/ and css/ directories out of the doxia-site-renderer/src/main/resources/... directory structure into my skin, all is fine.
This is the behavior that I would expect. Anyone who creates a skin should supply the needed images and style sheets for it.
Were you expecting the images and style sheets to be "inherited" from a parent skin, or site renderer itself?