EMMEL Thomas wrote:
> David,
> 
> finally I moved to dev (after recognizing that my subscription response was 
> catched by outlooks junk folder...)

Ah, perhaps you had empty Subject line.

> I tried what you proposed but this is not my problem.
> The lines in my forrest.properties are:
> 
> # Run "forrest available-plugins" for a list of plug-ins currently available.
> project.required.plugins=org.apache.forrest.plugin.output.pdf,org.apache.forrest.plugin.input.OpenOffice.org
> 
> # codename: Dispatcherdd
> # Add the following plugins to project.required.plugins:
> #org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core,org.apache.forrest.plugin.output.inputModule
> 
> so you see, that the inputModule is not activated here.
> In addition, as I said, this happens for me as well after a
> 
> forrest seed
> forrest run
> 
> so it is not related to my project.
> 
> Can you verify that?

This all works fine for me.

What happens when you do:
]$ forrest seed
]$ forrest

i.e. do the command-line build of a whole site.

-David