Jorg Heymans wrote: > David Crossley wrote: > > > Would you try this test please: > > > > cd somewhere > > mkdir my-test; cd my-test > > forrest seed > > forrest > > > > ... that will determine that your forrest installation > > is okay. > > nope doesn't work either. All i did was unzip forrest-0.6, set > FORREST_HOME, added FORREST_HOME/bin to the path. > > I can't even run forrest -projecthelp, keep getting the same error. > > > d:\temp\testforrest>forrest seed > > Apache Forrest. Run 'forrest -projecthelp' to list options > > > Buildfile: d:\tools\apache-forrest-0.6\src\core\forrest.build.xml > > init-props: > [echo] Loading project specific properties from > D:\temp\testforrest\forrest.properties > [echo] Loading user specific properties from C:\Documents and > Settings\heymjo\forrest.properties > [echo] Loading default properties from > d:\tools\apache-forrest-0.6\src\core > " -emacs -logger org.apache.tools.ant.NoBannerLogger > seed\context\default-forrest.properties > echo-settings: > > check-skin: > > fetch-skins-descriptors: > > BUILD FAILED > D:\tools\apache-forrest-0.6\src\core\targets\skins.xml:88: > D:\tools\apache-forrest-0.6\src\core" -emacs -logger > org.apache.tools.ant.NoBannerLogger seed\context\skins not found.
That last 1.5 lines are remnants of the forrest.bat shell script that invokes forrest. I wonder if the parameters for the call are getting corrupted on your system. Sorry, someone else might have ideas. Now i just tried building cocoon-site using forrest-0.7 and it does work. I had expected that customisations would be required. The only trouble is when you commit the generated site, there will be more changes than were expected. Subsequent updates would be fine. We can update the wiki page to say to use 0.7 to build cocoon-site. However, i don't know what is happening with the cocoon-2.1 docs anymore. If it is important to publish those, then i could try to investigate. -David