You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Ryota Egashira (JIRA)" <ji...@apache.org> on 2015/03/20 19:47:38 UTC

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

Ryota Egashira created OOZIE-2178:
-------------------------------------

             Summary: 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


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)