You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jyotinder Singh (Jira)" <ji...@apache.org> on 2021/02/13 10:12:00 UTC

[jira] [Commented] (KAFKA-6500) Can not build aggregatedJavadoc

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

Jyotinder Singh commented on KAFKA-6500:
----------------------------------------

I'm pretty late to this thread, but I was facing the same issue while trying to follow the instructions in the git repo. Turns out it was solved by switching the Java version to Java 1.8 from Java 11.

> Can not build aggregatedJavadoc
> -------------------------------
>
>                 Key: KAFKA-6500
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6500
>             Project: Kafka
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Pavel Timofeev
>            Priority: Minor
>
> I'm tying to build kafka according to instruction provided on github - https://github.com/apache/kafka
> I followed the instruction and managed to build a jar with
> {code}
> ./gradlew jar
> {code}
> But I'm unable to build aggregated javadoc with
> {code}
> ./gradlew aggregatedJavadoc
> {code}
> Neither with openjdk 1.7 nor 1.8.
> It tells me
> {noformat}
> FAILURE: Build failed with an exception.
> * What went wrong:
> A problem was found with the configuration of task ':aggregatedJavadoc'.
> > No value has been specified for property 'outputDirectory'.
> {noformat}
> Is the instruction missing some steps?
> Is it a bug in build process?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)