[
https://issues.apache.org/jira/browse/OPENNLP-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17098036#comment-17098036
]
ASF GitHub Bot commented on OPENNLP-1303:
-----------------------------------------
kottmann commented on pull request #375:
URL: https://github.com/apache/opennlp/pull/375#issuecomment-622988338
I tested with recent versions of Java 8 and Java 11. Both failed to build
without the fix, the fix then resolved it also for both versions.
We should merge this.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Unable to build opennlp
> -----------------------
>
> Key: OPENNLP-1303
> URL: https://issues.apache.org/jira/browse/OPENNLP-1303
> Project: OpenNLP
> Issue Type: Bug
> Reporter: Peter Thygesen
> Assignee: Peter Thygesen
>
> cloned opennlp
> ran mvn clean install with a jdk8 and maven 3.3.9 (according to README)
> [*ERROR*] Failed to execute goal
> org.apache.maven.plugins:maven-javadoc-plugin:3.1.1:jar
> *(create-javadoc-jar)* on project opennlp-tools: *MavenReportException: Error
> while generating Javadoc:*
> [*ERROR*] *Exit code: 1 -
> /Users/thygesen/Projects/apache/test/opennlp/opennlp-tools/src/main/java/opennlp/tools/lemmatizer/DictionaryLemmatizer.java:55:
> warning: no @throws for java.io.IOException*
> Quick analysis show that the pom.xml line:
> <additionalparam>-Xdoclint:none</additionalparam>
> in the javadoc plugin should be:
> <doclint>none</doclint>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)