You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/05/04 13:57:01 UTC

DO NOT REPLY [Bug 28765] New: - javadoc link element with offline=true creates invalid relative referenced

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: dev@ant.apache.org
        ReportedBy: gunnar.ellen.1@telia.com


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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org