Graham, here's some more info on how to generate the Woden website. Check out the 'Site' module from Woden SVN (note, in Eclipse as a plain project, not a Java project). Make website changes by editing the XML files in the /Site/src/documentation/content folder. >From a cmd line at the /Site project directory you can run the cmds 'forrest' or 'forrest run': Do 'forrest run' to kickoff a local web server type process then use a web browser to immediately review changes at http://localhost:8888/ (use Ctl-C to stop the web server process) Do 'forrest' to generate the complete website from the XML sources. This will re-generate the website into the /Site/build/site directory from the XML files in /Site/src/documentation/content.
After building site into Site/build/site and committing changes to SVN (both Site/src and Site/build changes), the new website must be moved to a staging area for automated refresh to the Apache web server & mirrors: commit the Site/src and Site/build/site changes to SVN ssh to people.apache.org (ssh -l <uid> people.apache.org) cd to /www/incubator.apache.org/woden run 'svn update' from this directory This will copy build/site content to /www/incubator.apache.org/woden. The Apache web server will be refresh from this site immediately The Apache mirrors will be refreshed within a few hours regards, John. Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
