-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JavaDoc compilation fails with JDK8 #886
Comments
@webron looks like the errors are because of more strict parsing of javadoc tags. The |
I've made some fixes (not pushed yet) that caused a the javadocs generation to fail. However, I didn't encounter the issue @CPPExpert encountered. How did you run the javadoc compilation? Perhaps I need to test something else that I hadn't. |
Make sure you have Java 8 and run mvn install |
I have. Not getting the error the OP did. Got other javadoc-related errors which I'd fixed, but definitely not |
JFYI I've got that error under JDK8u40 under Windows 7 64bit. |
I fixed the self-closing element issues. e11fb95 |
@fehguy - duh, thanks for the update. I'll push the rest of the fixes. |
JavaDoc compilation fails with JDK8 with multiple errors
Invalid “self-closing element not allowed”
Additional parameter
-Xdoclint:none
should be specified in mainpom.xml
33b7708
The text was updated successfully, but these errors were encountered: