Paul Bolger wrote: > I've done a SVN update, done a forrest clean, replaced the > forrest.properties plugins required line to > project.required.plugins=org.apache.forrest.plugin.output.themes,org.apache.forrest.plugin.internal.structurer > and read the howto again... and I'm now getting this 'internal server > error' message: > > Request URI > index.html > > cause > C:\java\forrest\main\webapp\resources\stylesheets\site2book.xsl (The > system cannot find the file specified) > > > I notice that there is a file 'site-to-book.xsl' at that location. > Is this a problem with the views plugin, or should I be doing some > sort of 'plugin flush' to get rid of older versions?
I presume that you did do: cd main ./build.sh clean; ./build.sh That does the "plugin flush". And then deploy the plugins again. -David