From: Petra M. <Pet...@ec...> - 2010-11-04 01:35:10
|
Dear Anthony, You wrote: > The CZT papers you refer to below look really useful. I didn't find these > when searching the CZT website: I think if you pointed at them from there it > would be really helpful to new users. (If they are on the site and I missed > them, then apologies, but I did look!) Yeah, the documentation is rather spread out and unstructured. The CZT web-site can be automatically generated from various sources but hasn't been updated for years now (and the knowledge how to update it got lost I guess). I wonder whether it is worth setting up a wiki since it's easier to keep a wiki up-to-date ... we had a wiki some time ago which contained some useful information but it got deleted by accident. > Also, could you please explain how to use maven to generate an up-to-date > version of the documentation? I tried "mvn site" and it did create a site, > but all the Javadocs links pointed to non-existent files. Using "mvn javadoc:javadoc" worked for me and created API documentation in directories target/site/apidocs/ Cheers, Petra |