On Feb 7, 2008, at 11:40 AM, Aristedes Maniatis wrote:
I still have a script running which generates nightly javadoc for the web site, but it goes through the opposite hurdle: it needs to perform a full install in order to create a source jar which can be used to create the javadocs. If the javadocs were just created from the source itself that step might not be needed.
This comes down to separation of the code modules by Java version ... You don't want separate javadocs for Java 1.5 and 1.6. Also, why is that a problem for CI - the build happens automatically, so it doesn't matter if it is (reasonably) slow.
Andrus
