You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by David Crossley <cr...@apache.org> on 2004/12/30 09:50:05 UTC

Re: trunk build docs using forrest_06_branch

David Crossley wrote:
> The build of Cocoon's static docs in trunk is now using
> the forrest_06_branch.

Oh, i forgot to mention.

cd /svn/asf/cocoon-trunk
forrest run
http://localhost:8888/
edit docs on the filesystem and see the effect.

There is one catch. Normally you would edit the xdocs/* at
their source. However, Cocoon 'build docs' is pre-processing
the xdocs and copying them to build/cocoon.../documents/xdocs/
so that is where 'forrest run' is operating.

For convenience you can temporarily change that in
forrest.properties (project.xdocs-dir) to use the source docs
directly.

--David

Re: trunk build docs using forrest_06_branch

Posted by David Crossley <cr...@apache.org>.
David Crossley wrote:
> David Crossley wrote:
> > The build of Cocoon's static docs in trunk is now using
> > the forrest_06_branch.
> 
> Oh, i forgot to mention.
> 
> cd /svn/asf/cocoon-trunk
> forrest run
> http://localhost:8888/
> edit docs on the filesystem and see the effect.
> 
> There is one catch. Normally you would edit the xdocs/* at
> their source. However, Cocoon 'build docs' is pre-processing
> the xdocs and copying them to build/cocoon.../documents/xdocs/
> so that is where 'forrest run' is operating.
> 
> For convenience you can temporarily change that in
> forrest.properties (project.xdocs-dir) to use the source docs
> directly.

Those instructions are still valid, but Forrest has been
disconnected by the 'build docs', so now you need to do

cd /svn/asf/cocoon-trunk
./build.sh docs
forrest
... see the result in build/cocoon-2.2.0-dev/site

--David