You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (Jira)" <ji...@apache.org> on 2019/10/19 06:44:00 UTC

[jira] [Commented] (OFBIZ-11257) Javadoc build fails with recent Java

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

Jacques Le Roux commented on OFBIZ-11257:
-----------------------------------------

Thanks Mathieu,

The bug is clear: +1

> Javadoc build fails with recent Java
> ------------------------------------
>
>                 Key: OFBIZ-11257
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11257
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Mathieu Lirzin
>            Assignee: Mathieu Lirzin
>            Priority: Major
>         Attachments: OFBIZ-11257-Make-javadoc-build-work-with-recent-Java.patch
>
>
> With a recent OpenJDK release we had the following error
> ```
> > Task :javadoc
> 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.
> javadoc: error - The code being documented uses modules but the
> packages defined in https://docs.oracle.com/javaee/7/api/ are in the
> unnamed module.
> [...]
> 2 errors
> 100 warnings
> > Task :javadoc FAILED
> ```
> With ‘javadoc --source 8’ this error disappear as described in
> JDK-8212233 [1].
> [1] https://bugs.openjdk.java.net/browse/JDK-8212233



--
This message was sent by Atlassian Jira
(v8.3.4#803005)