Trevor Miller wrote: > I added the line to forrest.properties and now get some horrible > exceptions, any help? > > X [0] developerguide.html BROKEN: Could no > t find component for role: [org.apache.cocoon.components.modules.input.InputModu > le/lm] (Key='org.apache.cocoon.components.modules.input.InputModule/lm') Thosten must have missed that you were using version 0.7 of Forrest, the latest version of the plugin does not work with 0.7. You therefore need to specify the correct version which is 0.2: project.required.plugins=org.apache.forrest.plugin.input.projectInfo-0.2,{morePlugins} **** where {morePlugins} needs to be replaced by your current ones. More info in the docs http://forrest.apache.org/pluginDocs/plugins_0_70/usingPlugins.html Ross