[Debian-med-packaging] Problems building libsbml
Markus Koschany
apo at debian.org
Mon May 14 14:00:44 BST 2018
Am 14.05.2018 um 14:27 schrieb Andreas Tille:
> package com.sun.tools.doclets.standard is declared in module jdk.javadoc, which does not export it
Hello,
com.sun.tools.doclets was superseded by jdk.javadoc.doclet and the
errors you see are due to the new module system since Java 9 and
probably some other API changes. In short: The code should ideally be
ported to the new jdk.javadoc API. For now it should be possible to work
around it by exporting the jdk.javadoc module as it is mentioned in this
bug report.
https://bugs.openjdk.java.net/browse/JDK-8154399
Maybe this one might give you some hints as well
https://bugs.openjdk.java.net/browse/JDK-8179488
Though you should expect that this will also stop working eventually. I
would also consider to drop the documentation from the package completely.
Here are some more information what has changed in Java 10.
http://www.oracle.com/technetwork/java/javase/10-relnote-issues-4108729.html
Removal of Old (JDK 6, JDK 7, and JDK 8 Era) Standard Doclet
The old (JDK 6, JDK 7 and JDK 8 era) standard doclet, which outputs HTML
content, and which has been superseded by a replacement, has been
removed in this release. The underlying javadoc API (see com.sun.javadoc
in the API documentation) has been deprecated, but is still available
for the time being, for use by user-provided doclets.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/debian-med-packaging/attachments/20180514/097b153c/attachment.sig>
More information about the Debian-med-packaging
mailing list