DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28881>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28881 <javadoc> nested <link> element does not support packagelistLoc as URL Summary: <javadoc> nested <link> element does not support packagelistLoc as URL Product: Ant Version: 1.6.1 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The linkoffline attribute is described as: "Link to docs at <url> using package list at <url2> - separate the URLs by using a space character -- see also the nested link element." A nested <link> attribute behaves inconsistently with the the <javadoc> linkoffline attribute in that its packagelistLoc attribute cannot be a URL, but rather a directory path. For example, taken from the <javadoc> section of the manual: <link offline="true" href="http://java.sun.com/products/jdk/1.2/docs/api/" packagelistLoc="C:\tmp"/> The following should also be legal, but is not: <link offline="true" href="http://java.sun.com/products/jdk/1.2/docs/api/" packagelistLoc="http://java.sun.com/products/jdk/1.2/docs/api/"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]