You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.
One tip to save you a lot of time (which it cost me):
If you're thinking of using the nice 'multi-release-jar' feature of Java9 for your doclet: it doesn't work.
I intended to provide two Doclet classes in the same jar, but although the javac tool understands this, the javadoc tool does not seem to get it (and tries to load the 'regular' version no matter what)..
So multiple doclet jar versions are still required (again, I learned this the hard way)..
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In Java 9, the doclet tool was completely reworked and is not backwards compatible with version 8-.
The text was updated successfully, but these errors were encountered: