I've downloaded 0.8-dev from svn, followed views installation instructions http://forrest.apache.org/docs_0_80/howto/howto-view-install.html, then replaced lib/core/commons-jxpath-20030909.jar with commons-jxpath-1.2.jar, and it works!

However, the resulting style is totally different from http://forrest.apache.org/docs_0_70/images/snapshot-view-viewHelper.png.
argh. ;)

my forrest.properties file is now configured this way:
project.skin=leather-dev
project.theme-extension=.fv
project.theme=leather-dev
project.required.plugins=org.apache.forrest.plugin.output.viewHelper.xhtml,org.apache.forrest.plugin.internal.view

How can I get the style from the picture?
Thanks,
Mirek



As you are a new user, it would be better to remain with
the default skin "pelt".

The "leather-dev" is just what it says "development".
If you do want to get involved in development, then
use the current head of Subversion (i.e. 0.8-dev rather
than the 0.7 release).

Even so, be warned that current development (codename "views")
is undergoing rapid change. You are welcome to help.

-David

I saw screenshots in documentation, the leather-dev skin is what I want (http://forrest.apache.org/docs_0_70/images/snapshot-view-viewHelper.png) but I'm not able to get it.

If I edit forrest.properties like this:
project.skin=leather-dev

start forrest run and use browser to view localhost:8888, i get Internal Server Error :
<>Message: null
Description: No details available.
Sender: org.apache.cocoon.servlet.CocoonServlet
Source: Cocoon Servlet
Request URI index.html
cause Chyba funkce ElemTemplateElement: getHead
request-uri /index.html

I've tried to edit this line:
project.required.plugins=org.apache.forrest.plugin.output.pdf,org.apache.forrest.plugin.internal.view

the plugin was downloaded and installed. But I get the same Internal Server Error.

There is written in documentation, that I need also viewHelper plugin, but I haven't found it.

What's wrong? How can I get the leather-dev skin on my site?
Thank You
Mirek