[ http://issues.apache.org/jira/browse/FOR-614?page=comments#action_12318209 ]
kevin commented on FOR-614: --------------------------- OK forrest seed vi forrest.properties #project.skin=pelt # uncomment the following skin if you are using views project.skin=leather-dev ... # Add the following plugins to project.required.plugins when using views: project.required.plugins=org.apache.forrest.plugin.output.pdf, org.apache.forrest.plugin.input.viewHelper.xhtml.ls, org.apache.forrest.plugin.output.viewHelper.xhtml, org.apache.forrest.plugin.internal.view forrest seed Gives errors like: X [0] samples/static.txt BROKEN: No pipeline matched request: samples/static.txt X [0] samples/sample.txt BROKEN: No pipeline matched request: samples/sample.txt * [20/26] [0/0] 0.889s 5.6Kb samples/static.pdf * [21/25] [0/7] 0.155s 16.6Kb samples/sample.xml Suggesting the text plugin is needed. Adding it to the list builds ok. The local skincon.xml has: <disable-txt-link>true</disable-txt-link> Looks like this is overridden by the contract you suggest. I am new to views and contracts but the pdf plugin is normally in project.required.plugins and adding the text plugin fixed the errors. > views example needs Text plugin added to project.required.plugins > ----------------------------------------------------------------- > > Key: FOR-614 > URL: http://issues.apache.org/jira/browse/FOR-614 > Project: Forrest > Type: Bug > Components: Views > Versions: 0.8-dev > Environment: Any > Reporter: kevin > Priority: Minor > > Views example uses leather-dev skin. Text plugin is needed to be added to the > normally commented out list of plugins for using views in forrest.properties > file. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
