[
https://issues.apache.org/jira/browse/HTRACE-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15272704#comment-15272704
]
Colin Patrick McCabe commented on HTRACE-368:
---------------------------------------------
Can you be clearer about what error you are seeing?
We spent a lot of effort fixing jdk8 JavaDoc lint errors in HTRACE-354 and
HTRACE-232. The doclint should work correctly in all subprojects, except
htrace-hbase and htrace-zipkin. We suppress the doclint on just those
subprojects. Perhaps we need to fix those subprojects as well? In any case,
turning off doclint for everything is not the right answer, since we will just
see errors start creeping in again with new changes.
> Cannot build Javadoc with JDK1.8.X
> ----------------------------------
>
> Key: HTRACE-368
> URL: https://issues.apache.org/jira/browse/HTRACE-368
> Project: HTrace
> Issue Type: Improvement
> Components: build, docs
> Affects Versions: 4.1
> Reporter: Lewis John McGibbney
> Assignee: Lewis John McGibbney
> Priority: Minor
> Attachments: HTRACE-368.patch
>
>
> Right now if I attempt to build Javadoc in master branch with following JDK I
> get a hellish error which indicates Javadoc in HTrace Java source needs some
> attention.
> {code}
> lmcgibbn@LMC-032857 /usr/local/incubator-htrace(master) $ mvn -version
> Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06;
> 2015-04-22T04:57:37-07:00)
> Maven home: /usr/local/apache-maven-3.3.3
> Java version: 1.8.0_66, vendor: Oracle Corporation
> Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.9.5", arch: "x86_64", family: "mac"
> {code}
> For the interim I propose to submit a profile which would allow us to work
> around the Javadoc issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)