On Wed, Apr 02, 2003 at 03:38:10PM +0200, Bertrand Delacretaz wrote:
> src/documentation/sitemap.xmap contains:
>
> <map:transformer name="idgen"
> src="org.apache.cocoon.transformation.IdGeneratorTransformer">
>
> From revision 1.5 (jefft 26-Mar-03)
>
> Which causes http://localhost:8888/docs/ to fail as this class is not
> included in the webapp build (it comes from Forrest).
Sorry, my fault. The src/documentation/sitemap.xmap file is meant to be
used by Forrest only. There's a sitemap-localdocs.xmap file for native
Cocoon rendering of the docs. The Ant 'docs' target renames
sitemap-localdocs.xmap to sitemap.xmap in the local context, but I forgot
to do it for the 'webapp' target. Will fix ASAP.
--Jeff
> As far as I can tell this transformer is not actually used, can it be
> removed from the sitemap?
>
> -Bertrand
>
|