Bugs item #762871, was opened at 2003-06-29 21:16
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=762871&group_id=44253
Category: Javadoc integration
Group: Serious
Status: Open
Resolution: None
Priority: 7
Submitted By: Charles Reis (csreis)
Assigned to: Nobody/Anonymous (nobody)
Summary: Javadoc links don't work in Windows
Initial Comment:
Once the Javadoc browser has been displayed in Windows,
the user is unable to follow any links. The links in
the files are relative, but the URL doesn't include the
base directory.
(eg. A link to Foo.html creates a URL to file:/Foo.html
instead of file:C:\dir\Foo.html.)
This could be an issue with HTMLDocuments in Windows,
since the HTMLDocument is supposed to have a notion of
a base directory. We might just need to set it explicitly.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=762871&group_id=44253
|