You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Pavel Timofeev (JIRA)" <ji...@apache.org> on 2018/01/30 04:32:00 UTC

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

Pavel Timofeev created KAFKA-6500:
-------------------------------------

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


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
(v7.6.3#76005)