Karsten Opitz <[EMAIL PROTECTED]> wrote:

> I noticed that the Javadoc task doesn't handle the group attribute
> correctly (1) a list of packages has to separated by ":" rather than
> ","

<javadoc> will pass whatever you put into the attribute, it doesn't
use either comma or colon. The documentation for <group>'s packages
attribute says that multiple packages need to be separated by ":".

Not a bug in <javadoc> IMHO.

> (2) the list of packages must be quoted if it contains wildcards

I don't think so either - it works for me without quotes 8-). The
comment in the javadoc documentation is for a command line invocation
of javadoc where the shell expands * and this has to be avoided by
using quotes.

The way Ant invokes javadoc will make sure that this expansion does
not happen - at least for Unix, Windows may be different. Are you
getting any problems on your system?

> Attached you'll find the bug fix.  Is this the correct way to submit
> a code change / bug fix ?

Yes (although unified (-u) diffs are prefered).

Thanks

        Stefan

Reply via email to