You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Robert Kanter (JIRA)" <ji...@apache.org> on 2015/06/12 22:57:00 UTC

[jira] [Updated] (OOZIE-2178) fix javadoc to compile on JDK8

     [ https://issues.apache.org/jira/browse/OOZIE-2178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Kanter updated OOZIE-2178:
---------------------------------
    Attachment: OOZIE-2178.patch

Ya, even with the help of an IDE, this was pretty tedious :(
Thanks for reviewing it; that's also not super-exciting :)

The new patch addresses the issues you found.

> fix javadoc to compile on JDK8
> ------------------------------
>
>                 Key: OOZIE-2178
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2178
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Ryota Egashira
>            Assignee: Robert Kanter
>         Attachments: OOZIE-2178.patch, OOZIE-2178.patch
>
>
> creating this JIRA from discussion on OOZIE-2177 
> JDK8 enforce strict HTML4 checking on javadoc.  
> when compiling oozie on JDK8, hit following javadoc error
> {quote}
> [ERROR] /Users/egashira/Projects/git/aoozie-cms/client/src/main/java/org/apache/oozie/cli/OozieCLI.java:205: error: self-closing element not allowed
> [ERROR] * <p/>
> {quote}
> the fix is to change self-closing element <p/>, <br/> to <p></p>, <br></br>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)