Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.1
-
None
-
Operating System: other
Platform: Other
-
37691
Description
Javadoc can not be generated with JDK1.5 because in 1.5 there is a new taglet
interface (com.sun.tools.doclets.internal.toolkit.taglets). I wrote a wrapper
that if the legacy taglet class
(com.sun.tools.doclets.internal.toolkit.taglets.LegacyTaglet) exists, CATaglets
will be wrapped. See modified CATaglet class that I will attach.