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

2021-02-13 Thread Jyotinder Singh (Jira)


[ 
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)


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

2018-04-02 Thread Pavel Timofeev (JIRA)

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

Pavel Timofeev commented on KAFKA-6500:
---

Well, I'm doing this under FreeBSD.
kafka 1.1.0, openjdk 7.161.01 or 8.162.12, gradle 4.0 (but I run gradlew)

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


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

2018-03-13 Thread Jimin Hsieh (JIRA)

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

Jimin Hsieh commented on KAFKA-6500:


Could you specify more detail? Which version or commit of Kafka you try to 
build? I tried
{code:bash}
./gradlew aggregatedJavadoc
{code}
with openjdk 7 & 8 and gradle 4.6 without any issues.

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