[
https://issues.apache.org/jira/browse/OFBIZ-7775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15370389#comment-15370389 ]
Taher Alkhateeb commented on OFBIZ-7775:
----------------------------------------
Committed a fix in r1752131
This fix is a temporary solution. Gradle does not allow generating JavaDocs if they have javadocs that are not properly formatted. This commit will override this behavior by adding the following code snippet:
{code:groovy}
javadoc.failOnError = false
{code}
However, the long term proper solution is to actually fix all the JavaDoc errors in our current OFBiz API. This JIRA will remain open to complete cleaning up the JavaDocs in our code base.
> Fixes Javadoc in sources
> ------------------------
>
> Key: OFBIZ-7775
> URL:
https://issues.apache.org/jira/browse/OFBIZ-7775> Project: OFBiz
> Issue Type: Sub-task
> Components: ALL COMPONENTS
> Affects Versions: Trunk
> Reporter: Jacques Le Roux
> Fix For: Upcoming Branch
>
>
> To check what to fix simply run gradlew javadoc
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)