-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Doctool: no index.html in root of jar #13661
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
Comments
The issue should be gone with 3.1.0, but I will double-check that one. Nonetheless, could you try one of the RC versions of 3.1.0 (best would be 3.1.0-RC3) with your current project, and if the issue still persists we will backport fixes. Unfortunately, we cannot fix it for 3.0.2 as it has been already released, but version 3.1.0 is around the corner and will be release in 2-3 weeks. |
yup, it's fixed in 3.1.0-RC3 |
it seems like this might be a duplicate of #11412, but from a different angle? |
I observed that under certain configurations you could not have top-level index.html. I am working on fixing that as well as on adding some integration tests proving that we always have index.html as the top file. Nonetheless, default configuration of scaladoc should work fine. (and 99% of other configurations) As it comes to #11412 the main problem was that new scaladoc was putting always things under |
Compiler version
3.0.2
Expectation
I expected the jar to contain an
index.html
file in its root. Because it only has anindex.html
within theapi
directory, some tools that handle javadocs or scaladocs from Scala 2 are unable to handle the docs (e.g. javadoc.io).The text was updated successfully, but these errors were encountered: