Le Mercredi, 2 avr 2003, à 17:20 Europe/Zurich, Jeff Turner a écrit :
...It should all work now. If not, please ping me.

It does not work here (mac osx, jdk 1.4.1) unfortunately, after doing:


cvs update
build.sh clean
build.sh
cocoon.sh servlet

I still get

Could not load class org.apache.cocoon.transformation.IdGeneratorTransformer for component named 'idgen' at file:/Users/bert/workspace/apache/cocoon-2.1/build/webapp/docs/ sitemap.xmap:18:99

when accessing http://localhost:8888/docs/.

For some reason it seems like sitemap-localdocs.xml is not renamed as it should, or maybe the copy is overwritten at a later stage?

$ sum src/documentation/sitemap*
54033 10 src/documentation/sitemap-localdocs.xmap
57607 14 src/documentation/sitemap.xmap
21009 10 src/documentation/sitemap.xmap.ignore

$ sum build/webapp/docs/site*
54033 10 build/webapp/docs/sitemap-localdocs.xmap
57607 14 build/webapp/docs/sitemap.xmap
21009 10 build/webapp/docs/sitemap.xmap.ignore
g4:/Users/bert/workspace/apache/cocoon-2.1>

Doing
mv build/webapp/docs/sitemap-localdocs.xmap build/webapp/docs/sitemap.xmap solves the problem,
but I'm not sure where to fix it in the build.xml files.


-Bertrand

Reply via email to