On Thu, Mar 5, 2009 at 3:19 AM, Greg Brown <[email protected]> wrote: > A related question - how might we go about hosting Javadoc? I looked through > a couple other projects but couldn't find an example.
Same answer. Any static stuff goes into the SVN, checked out by the www services and distributed to browsers from there. If you use Maven as the build tool, then it is quite common that the documentation is generated from Maven to get a unified L&F and simplified management of content. Cheers Niclas -- http://www.qi4j.org - New Energy for Java
