This Task makes it easy to generate javadocs for a collection of source code. Current known limitations are: - multiple source path breaks operation - patterns must be of the form "xxx.*", every other pattern doesn't work. - the java comment-stripper reader is horribly slow - there is no control on arguments sanity since they are left to the javadoc implementation. - argument J in javadoc1 is not supported (what is that for anyway?) Note: This task is run on another VM because stupid Javadoc calls System.exit() that would break Ant functionality.
@author Jon S. Stevens
jon@clearink.com
@author Stefano Mazzocchi
stefano@apache.org