EVALUATION
This might be due to {@docroot} not being spelled {@docRoot} (capital 'R'),
but it resolves to the correct value on class pages. For example,
on api/javax/swing/AbstractAction.html, {@docroot} resolves in the
first URL to the proper value "../.." in:
<a href="../../../relnotes/devdocs-vs-specs.html">
I recall when fixing this problem for other pages, I had to set the
relative path for those pages. The fix to this problem is probably
to set the relative path for help-doc.html, and to ensure it is
set properly for all other pages (particularly non-class pages).
Be sure to add test cases for all of the pages that are fixed.
###@###.### 2003-04-22
This bug has been fixed. The problem was that member relativepathNoSlash was initialized with "". It should be initialized with ".". I will mark this bug as fixed when the doclet toolkit is checked into the TL workspace.
###@###.### 2003-05-04
|