On Thu, Sep 11, 2014 at 11:24:16AM +0200, Vicent Mas wrote: > On Thu, Sep 11, 2014 at 2:54 AM, David Crossley <cross...@apache.org> wrote: > > > > If that works, then try configuring that sample site > > to use Dispatcher. See its forrest.properties configuration file. > > Then do the 'forrest' command again. > > That fails. > > With the 0.10 version my website is built both with the skinner method > and with the dispatcher plugin so I think my best option is to use the > 0.10 version and try to find out why the customizations are ignored. > > Thanks again for your help.
Ah, good that it works with 0.10-dev So that confirms https://issues.apache.org/jira/browse/FOR-1188 Would you please try with the projectInfo plugin. It has been difficult to get someone on Windows to confirm that it still has that problem. cd $FORREST_HOME/plugins/org.apache.forrest.plugin.input.projectInfo/ Enable it for Dispatcher in forrest.properties, i.e. project.required.plugins=org.apache.forrest.plugin.input.projectInfo,org.apache.forrest.plugin.internal.dispatcher Then do: forrest site -David