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

Colin Patrick McCabe commented on HTRACE-232:
---------------------------------------------

Hmm.  For some reason, after this patch, the build fails on jdk7 with "javadoc: 
error - invalid flag: -Xdoclint:none".  I'm not sure why this would be the 
case, since we used that flag with jdk7 previously without any problem.  The 
difference is that we used it in the root pom.xml, rather than in a child 
pom.xml. Probably the simplest way to resolve this is to fix the javadoc in the 
other subprojects.  That way, we can get a clean javadoc build of the whole 
project (and hopefully put that JavaDoc online soon.)

> Make htrace4-core work with the new Javadoc lint standards in jdk8
> ------------------------------------------------------------------
>
>                 Key: HTRACE-232
>                 URL: https://issues.apache.org/jira/browse/HTRACE-232
>             Project: HTrace
>          Issue Type: Task
>          Components: build, docs
>    Affects Versions: 3.1.0
>         Environment: java 8, maven 3
>            Reporter: Arun Khetarpal
>            Assignee: Colin Patrick McCabe
>            Priority: Trivial
>              Labels: newbie
>             Fix For: 4.2
>
>         Attachments: HTRACE-232.002.patch
>
>
> Doclint gives the following errors while compiling with Java 8 
> [ERROR] 
> /Users/arun.khetarpal/Opensource/apache/htrace/incubator-htrace/htrace-core/src/main/java/org/apache/htrace/core/Span.java:62:
>  warning: no @return
> [ERROR] boolean isRunning();
> The errors could be divided into two groups 
> a) No @return
> b) no self-closed HTML tags, such as <br /> or <a id="x" /> 



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

Reply via email to