On 07/15/2012 12:03 PM, Brian M Dube (JIRA) wrote:
> 
>     [ 
> https://issues.apache.org/jira/browse/FOR-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13414738#comment-13414738
>  ] 
> 
> Brian M Dube commented on FOR-1234:
> -----------------------------------
> 
> There is a workaround mentioned in the dispatcher quickstart documentation. 
> That is, in your structurer file, to remove the cache settings from:
> 
> <forrest:structurer xmlns:forrest="http://apache.org/forrest/templates/1.0";
>         xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";
>         jx:cache-key="#{$cocoon/parameters/getRequest}"
>         
> jx:cache-validity="${Packages.org.apache.excalibur.source.impl.validity.NOPValidity()}">
> 
> to:
> 
> <forrest:structurer xmlns:forrest="http://apache.org/forrest/templates/1.0";
>         xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";>

It seems the documentation for this plugin is not available on the
Forrest website. Is 'ant deploy-docs' from the plugin directory the
correct thing to do?

Brian