jira-importer commented on issue #701: URL: https://github.com/apache/maven-javadoc-plugin/issues/701#issuecomment-2957346934
**[Olivier Lemasle](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=olemasle)** commented I have the same problem and it seems that MJAVADOC-408 duplicates this issue. Looking to the error `java.lang.ClassCastException: com.sun.tools.javadoc.ClassDocImpl cannot be cast to com.sun.javadoc.AnnotationTypeDoc`, I've found this useful explanation: http://stackoverflow.com/questions/44853/why-am-i-getting-a-classcastexception-when-generating-javadocs Therefore, the regression comes from MJAVADOC-398: build classes (including 3rd-parties dependencies) are not on javadoc classpath anymore. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
