Ross: simplifiedDocbook worked ok, the page rendered nicely. Thanks!
There are two other things I'd like to mention 0.7/docs/your-project.html says <property environment="env"/> <property name="forrest.home" value="${env.FORREST_HOME}"/> <import file="${env.FORREST_HOME}/forrest.build.xml"/> but forrest.build.xml is in directory main, so I guess it should read <import file="${env.FORREST_HOME}/main/forrest.build.xml"/> Another problem seems to be fetching the plugin, when calling from within ant. ... check-java-version: This is apache-forrest-0.7-dev Using Java 1.4 from C:\Program Files\Java\jdk1.4.2\jre ... check-plugin: org.apache.forrest.plugin.input.projectInfo is not available in the build dir ERROR ===== Unable to retrieve the ${plugin.name} plugin. ... Two noteworthy things: Calling "forrest init-plugins" installs the plugin sucessfully. And the error message says "${plugin.name}", instead of the real name of the plugin. Calling the site target from within ant works fine, once the plugins are installed. Anyone else seeing this? Anything wrong on my side? Almost forgot to mention my box: Windows XP, SP2 JRE 1.4.2 Ant 1.6.5 Ron