DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10964>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10964

javadoc task using link with packagelistLoc creating invalid URL's

           Summary: javadoc task using link with packagelistLoc creating
                    invalid URL's
           Product: Ant
           Version: 1.5
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When using the <link> element inside the <javadoc> as below...

<javadoc ... >
<link offline="true" href="http://java.sun.com/j2se/1.4/docs/api/"; 
packagelistLoc="C:/j2sdk1.4.1/docs/api/" />
</javadoc>

I am getting a link that looks like, for instance:

file:///D:/myclasses/repository/enhydra/Barracuda_2002-07-
18/Barracuda/javadocs/http://java.sun.com/j2se/1.4/docs/api/java/lang/Boolean.ht
ml

What I'd expect is a URL like this:

file:///C:/j2sdk1.4.1/docs/api/java/lang/Boolean.html


>From what I can tell I am doing what the Ant docs say to do.  Can someone 
confirm this buggy behavior or correct my error?

Jake

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

Reply via email to