On Fri, 3 May 2002, Stefan Moebius <[EMAIL PROTECTED]> wrote: > The reason is that packagenames ending with ".java" are assumed to > be single source files since 1.4.
Apart from Diane's suggestion, you could as well use packagesets and filesets of Ant 1.5. Use packagesets that explicitly exclude the package named java and add a fileset that picks up all source files that are inside this package. This would require Ant 1.5, but you get away with a single javadoc task for JDK 1.1 through 1.4. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
