[
https://issues.apache.org/jira/browse/DOXIASITETOOLS-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15065004#comment-15065004
]
Hudson commented on DOXIASITETOOLS-126:
---------------------------------------
SUCCESS: Integrated in doxia-all #194 (See
[https://builds.apache.org/job/doxia-all/194/])
[DOXIASITETOOLS-126] fixed error reported by Checkstyle (hboutemy:
[http://svn.apache.org/viewvc/?view=rev&rev=1720861])
*
./doxia-sitetools/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java
> don't copy resources when rendering documents but copy all resources in 1 call
> ------------------------------------------------------------------------------
>
> Key: DOXIASITETOOLS-126
> URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-126
> Project: Maven Doxia Sitetools
> Issue Type: Improvement
> Components: Site renderer
> Affects Versions: 1.6
> Reporter: Hervé Boutemy
> Fix For: 1.7
>
>
> found while working on MSITE-744: copying resources during document rendering
> has bad side effects:
> - multiple executions of resources copy, since rendering is done 3 times
> (Doxia docs, reports and generated Doxia docs)
> - when there is no generated Doxia docs to render, resources are not copied
> (= MSITE-744)
> in addition, calling copyResources for each resource directory copies skin
> resources for each resource directory: instead of having a
> siteResourcesDirectory argument, the method should iterate directly on site
> rendering context
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)