Moshe Yudkowsky wrote:
This message should have started out by saying:

Ross asks:

So does:

mkdir test
cd test
forrest seed
forrest site

work?


and my reply was:

Moshe Yudkowsky wrote:


I apologize: I failed to make that clear. No, it does not, with the
error message:


 >> BUILD FAILED
>> /usr/local/share/forrest-current/main/targets/plugins.xml:319: Directory /usr/local/share/forrest-current/build/plugins creation was not successful for an unknown reason

OK, here's a workaround (untested, let me know how you get on).

Edit FORREST_HOME/main/webapp/WEB-INF/cocoon.xconf

end the line that says:

<plugins>@forrest.home@/build/plugins</plugins>

change the path here to something that your user can write to, for example:

<plugins>@project.home@/build/plugins</plugins>

This has the side effect of duplicating the plugins across all your users installations, but it should work.

Ross