On Thu, 2005-09-22 at 18:46 -0400, Vincent Siveton wrote:
> Hi Trygve,
> 
> > > Try to specify linkoffline as a comma separated list of path or URL.
> > 
> > I think it would be best to make the linkoffline a List of Strings, it's
> > more readable and easier to process for other tools.
> 
> I agree with you.
> I propose <linkoffline>a b, c d</linkoffline> as David tried.

I was thinking something like this:

<offlineLinks>
  <offlineLink>
    <url>a</url>
    <packageListUrl>b</packageListUrl> <-- is this really required?
  </offlineLink>
</offlineLinks>

> > Is there a reason for the parameter to be named "linkoffline" instead of
> > "offline-link"? Is that the parameter to the javadoc tool?
> 
> linkoffline is the parameter from the javadoc documentation:
> http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#linkofflin
> e
> offlineLinkS is the parameter of m1 javadoc plugin.

I'd like to keep that name, it's IMO more intuitive.

--
Trygve


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to