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

Raju Bairishetti commented on LENS-493:
---------------------------------------

Rb entry: https://reviews.apache.org/r/35683/

ran *mvn site site:ru* with on two diff java version

*java -version*
java version "1.7.0_80"
Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)

{noformat}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Lens Checkstyle Rules ............................. SUCCESS [0.472s]
[INFO] Lens .............................................. SUCCESS [4.572s]
[INFO] Lens API .......................................... SUCCESS [1.215s]
[INFO] Lens API for server and extensions ................ SUCCESS [1.865s]
[INFO] Lens Cube ......................................... SUCCESS [1.652s]
[INFO] Lens DB storage ................................... SUCCESS [1.519s]
[INFO] Lens Query Library ................................ SUCCESS [1.540s]
[INFO] Lens Hive Driver .................................. SUCCESS [1.597s]
[INFO] Lens Driver for JDBC .............................. SUCCESS [1.472s]
[INFO] Lens Server ....................................... SUCCESS [1.756s]
[INFO] Lens client ....................................... SUCCESS [1.743s]
[INFO] Lens CLI .......................................... SUCCESS [1.687s]
[INFO] Lens Examples ..................................... SUCCESS [1.180s]
[INFO] Lens Distribution ................................. SUCCESS [1.216s]
[INFO] Lens ML Lib ....................................... SUCCESS [2.110s]
[INFO] Lens ML Ext Distribution .......................... SUCCESS [1.571s]
[INFO] Lens Regression ................................... SUCCESS [1.156s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42.079s
[INFO] Finished at: Mon Jun 22 08:25:45 IST 2015
[INFO] Final Memory: 57M/380M
[INFO] ------------------------------------------------------------------------
{noformat}

*java -version*
java version "1.8.0_05"
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)
{noformat}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Lens Checkstyle Rules ............................. SUCCESS [0.610s]
[INFO] Lens .............................................. SUCCESS [13.341s]
[INFO] Lens API .......................................... SUCCESS [1.217s]
[INFO] Lens API for server and extensions ................ SUCCESS [2.195s]
[INFO] Lens Cube ......................................... SUCCESS [1.674s]
[INFO] Lens DB storage ................................... SUCCESS [1.609s]
[INFO] Lens Query Library ................................ SUCCESS [1.527s]
[INFO] Lens Hive Driver .................................. SUCCESS [1.481s]
[INFO] Lens Driver for JDBC .............................. SUCCESS [1.453s]
[INFO] Lens Server ....................................... SUCCESS [1.820s]
[INFO] Lens client ....................................... SUCCESS [1.674s]
[INFO] Lens CLI .......................................... SUCCESS [1.677s]
[INFO] Lens Examples ..................................... SUCCESS [1.166s]
[INFO] Lens Distribution ................................. SUCCESS [1.195s]
[INFO] Lens ML Lib ....................................... SUCCESS [2.097s]
[INFO] Lens ML Ext Distribution .......................... SUCCESS [1.532s]
[INFO] Lens Regression ................................... SUCCESS [1.117s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 51.165s
[INFO] Finished at: Mon Jun 22 08:26:47 IST 2015
[INFO] Final Memory: 56M/376M
[INFO] ------------------------------------------------------------------------
{noformat}


> Errors while generating javadoc on java8
> ----------------------------------------
>
>                 Key: LENS-493
>                 URL: https://issues.apache.org/jira/browse/LENS-493
>             Project: Apache Lens
>          Issue Type: Sub-task
>          Components: build
>            Reporter: Raju Bairishetti
>            Assignee: Raju Bairishetti
>             Fix For: 2.3
>
>         Attachments: LENS-493.patch
>
>
> With JDK 8, we are unable to get Javadoc unless your tool meets the standards 
> of doclint. Some of its rules are:
> {noformat}
> no self-closed HTML tags, such as <br /> or <a id="x" />
> no unclosed HTML tags, such as <ul> without matching </ul>
> no invalid HTML end tags, such as </br>
> no invalid HTML attributes, based on doclint's interpretation of W3C HTML 4.01
> no duplicate HTML id attribute
> no empty HTML href attribute
> no incorrectly nested headers, such as class documentation must have <h3>, 
> not <h4>
> no invalid HTML tags, such as List<String> (where you forgot to escape using 
> &lt;)
> no broken @link references
> no broken @param references, they must match the actual parameter name
> no broken @throws references, the first word must be a class name
> {noformat}
> We don't get any output if it breaks any of the above rule. It throws errors.
> We can turn off doclint by configuring the following propery for javadoc 
> plugin
>     *<additionalparam>-Xdoclint:none</additionalparam>*



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

Reply via email to