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=28765>. 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=28765 javadoc link element with offline=true creates invalid relative referenced Summary: javadoc link element with offline=true creates invalid relative referenced Product: Ant Version: 1.6.1 Platform: PC OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Using the link element, with the offline attribute set to "true" and a relative reference for the "href" attributes causes an invalid linkoffline argument to be passed to javadoc. I use a number of initial "../" in my href to reference the apidocs in a sibling project. This worked fine with Ant 1.5 but broke with 1.6.1. Don't know about 1.6. Workaround: Don't use the link element, use an arg element instead, with line="-linkoffline ../../etc ...". --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]