Stefan,

The problem is that javadoc1 is set in the init() method of the Javadoc task
but the attributes are configured before init is called. Changing that order
would break other things, so we can either move the jaavdoc1 checks out of
the set methods or try to setup javadoc1 earlier (override setProject?)

Thoughts?

Conor


> -----Original Message-----
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
> Sent: Friday, 4 August 2000 16:57
> To: [EMAIL PROTECTED]
> Subject: Re: javadoc linkoffline???
>
>
> >>>>> "J" == tcmits1  <[EMAIL PROTECTED]> writes:
>
>  J> Doesn't work.  Instead I get: [Javadoc] javadoc: Error reading
>  J> file: weird/package-list where wierd is some packgage name in my
>  J> project that doesn't even contain a package-list file.
>
> Which version of Ant are you using? I've modified the Javadoc task
> some days ago and maybe I've broken it.
>
> Stefan
>

Reply via email to