You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Jeff Zemerick (Jira)" <ji...@apache.org> on 2019/08/23 13:41:00 UTC

[jira] [Commented] (OPENNLP-1273) Build fails on docs of OpenNLP-tools

    [ https://issues.apache.org/jira/browse/OPENNLP-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16914274#comment-16914274 ] 

Jeff Zemerick commented on OPENNLP-1273:
----------------------------------------

[~zameji] Thanks for the report. For the time being you can skip the javadoc generation to get the build the succeed on Java 11.
{code:java}
mvn clean install -Dmaven.javadoc.skip=true
{code}

> Build fails on docs of OpenNLP-tools
> ------------------------------------
>
>                 Key: OPENNLP-1273
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-1273
>             Project: OpenNLP
>          Issue Type: Bug
>    Affects Versions: 1.9.2
>         Environment: Java JDK: 11.0.4
> Maven: 3.6.0
> Ubuntu 18.04.3
>            Reporter: Jiri Zamecnik
>            Priority: Blocker
>              Labels: build
>         Attachments: error_report.log, error_report_fix.log
>
>
> Build of the freshly forked repository fails at opennlp-tools. The error reported (error_report.log) is:
> {{Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in [https://docs.oracle.com/javase/8/docs/api/] are in the unnamed module.}}
>  
> Might be related to: [https://bugs.openjdk.java.net/browse/JDK-8212233]
> Applying the fix suggested there fixes that error, but build fails later (error_report_fix.log)
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)