Skip to content
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

Linux (RPM/DEB/APK) installer packages don't install javadoc package. #814

Open
mahiarmody opened this issue Feb 2, 2024 · 6 comments
Open

Comments

@mahiarmody
Copy link

When installing temurin JDK via the Deb installation on Debian or Ubuntu, the java doc package is missing. When openJDK is installed via the Ubuntu repository, this package available for installation.

Would it be possible to add the doc package when installing temurin openJDK via Deb installation on Debian or Ubuntu? Here's the current output from apt-cache search:

temurin-21-jdk - Eclipse Temurin 21 JDK
temurin-21-jre - Eclipse Temurin 21 JRE

It would be great if we could additionally get something like this instead:

temurin-21-jdk - Eclipse Temurin 21 JDK
temurin-21-jre - Eclipse Temurin 21 JRE
temurin-21-doc - Eclipse Temurin 21 Development Kit (JDK) documentation

@jiekang
Copy link
Contributor

jiekang commented May 27, 2024

When installing temurin JDK via the Deb installation on Debian or Ubuntu, the java doc package is missing. When openJDK is installed via the Ubuntu repository, this package available for installation.

@mahiarmody Can you share a link to this doc package on the Ubuntu repo that you are referring to? Or elaborate further on what it is. That will help us when evaluating this issue.

Would it be possible to add the doc package when installing temurin openJDK via Deb installation on Debian or Ubuntu? Here's the current output from apt-cache search:

temurin-21-jdk - Eclipse Temurin 21 JDK
temurin-21-jre - Eclipse Temurin 21 JRE

It would be great if we could additionally get something like this instead:

temurin-21-jdk - Eclipse Temurin 21 JDK
temurin-21-jre - Eclipse Temurin 21 JRE
temurin-21-doc - Eclipse Temurin 21 Development Kit (JDK) documentation

@mahiarmody
Copy link
Author

mahiarmody commented Jun 4, 2024 via email

@jiekang
Copy link
Contributor

jiekang commented Jun 4, 2024

For reference in future investigations, I think the source code for the .deb package is:

https://salsa.debian.org/openjdk-team/openjdk/tree/openjdk-21

@jiekang
Copy link
Contributor

jiekang commented Jun 6, 2024

Also noting the Fedora RPMs have a e.g. java-21-openjdk-javadoc package.

I think it's sensible to add something for our packages...

@judovana
Copy link

judovana commented Jun 7, 2024

Until now, I was not sure how to read the bug issue. And until now, I thought that I'm the only one using the local javadocs.....

@judovana
Copy link

judovana commented Jun 7, 2024

In addition, fedora rpsm have java-xyz-openjdk-javadoc-zip whcih ccontains stil lthe same javadoc, only in zip. This is much more easily indexable by IDEs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

4 participants