From: Anthony H. <an...@an...> - 2010-11-04 14:53:10
|
Thanks Petra >Using "mvn javadoc:javadoc" worked for me and created API documentation >in directories target/site/apidocs/ Yes, it did do that - more or less. However, it doesn't seem quite right because the links there are to (eg) C:\Users\anthony\Documents\fm\z\czt\czt\target\site\session\apidocs\index.ht ml which doesn't exist : the actual docs seem to get built in (eg) C:\Users\anthony\Documents\fm\z\czt\czt\session\target\site\apidocs\index.ht ml It's OK, I can obviously look at the individual items, but I guess something must be set up slightly wrong? Thank you Anthony |