Hi,

I agree with Trygve, it should be better to have something like that

<offlineLinks>
 <offlineLink>
   *<extdocURL>*http://java.sun.com/j2se/1.4.2/docs/api/*</extdocURL>*
   *<packagelistLoc>*my/local/path/to/package-list*</packagelistLoc>*
 </offlineLink>
 <offlineLink>
   *<extdocURL>*...*</extdocURL>*
   *<packagelistLoc>*...*</packagelistLoc>*
 </offlineLink>
</offlineLinks>

rather than an ugly

<linkoffline>a b, c d</linkoffline>

wich could possibly be very very long...

David



Trygve Laugstøl a écrit :

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]






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

Reply via email to