Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.java > #10497

Re: Problems building libsbml

From Markus Koschany <apo@debian.org>
Newsgroups linux.debian.maint.java
Subject Re: Problems building libsbml
Date 2018-05-14 15:10 +0200
Message-ID <vPloJ-7j-17@gated-at.bofh.it> (permalink)
References <vPkM1-87k-9@gated-at.bofh.it>
Organization debian.org

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

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.

Back to linux.debian.maint.java | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Problems building libsbml Andreas Tille <andreas@an3as.eu> - 2018-05-14 14:30 +0200
  Re: Problems building libsbml Markus Koschany <apo@debian.org> - 2018-05-14 15:10 +0200
    Re: Problems building libsbml Andreas Tille <tille@debian.org> - 2018-05-14 16:00 +0200
      Re: Problems building libsbml Markus Koschany <apo@debian.org> - 2018-05-15 13:40 +0200

csiph-web