First, this is not the patch related to my previous problems. But a problem that I've found, non-the-less. ;-)
As per the specification for the "-group" parameter for the javadoc command (found at http://java.sun.com/j2se/1.3/docs/tooldocs/solaris/javadoc.html#group): NOTE: If using an asterisk in a pattern or pattern list, the pattern list must be inside quotes, such as "java.lang*:java.util" Currently, Ant doesn't do this. Have a look at the results of performing a "build dist" of the current CVS tree: Javadoc args: javadoc ... -group "Ant Core" org.apache.tools.ant* ... The following patch simply quotes the pattern list, regardless of whether or not it contains an asterisk. -- Jay Dickon Glanville P068 - SiteManager Development, Nortel Networks 613-765-1144 (ESN 395-1144) MS: 045/55/A05 E-Mail: [EMAIL PROTECTED]
javadoc.java.diff
Description: Binary data
