stored in local maven repo
repositories {
flatDir {
dirs '/Users/mgainty/.m2/REPOSI~1'
}
}
HTH!
From: M. Manna
Sent: Monday, May 20, 2019 6:38 AM
To: Kafka Users
Subject: Re: Gradle Build Fails when forked from Trunk
It seems th
It seems that when I tried with version 4.0.1 - I run the following and the
build is successful
`gradle wrapper`
I think Gradle version compatibility with respect to having scoverage
hasn't been documented anywhere. I cannot see it mentioned in Github
Readme.md.
I will create a JIRA ticket for t
Hey Martin,
Appreciate the help here. Isn't this supposed to be working out of the box
for kafka-trunk? I haven't done a build manually for a while, but I
remember this
to be working out of the box.
I will try your proposed solution above.
Thanks,
On Mon, 20 May 2019 at 01:44, Martin Gainty wr
with regards to missing plugin
classpath 'org.scoverage:gradle-scoverage:2.0.1'
must be located in the following repositories:
buildscript {
repositories {
mavenCentral()
jcenter()
}
From: M. Manna
Sent: Sunday, May 19, 2019 4:22 AM
To: Kafka Users
S
with regards to
classpath 'org.scoverage:gradle-scoverage:2.0.1'
From: M. Manna
Sent: Sunday, May 19, 2019 4:22 AM
To: Kafka Users
Subject: Gradle Build Fails when forked from Trunk
Hello,
I am trying to run gradle build on a forked repo from trunk. It seems lik
> From: mgai...@hotmail.com
> To: users@kafka.apache.org
> Subject: RE: gradle
> Date: Mon, 8 Feb 2016 10:42:47 -0500
>
> gently placed gradle into the round file and used normal maven to compile
> kafka core when I encountered this error:
>
gently placed gradle into the round file and used normal maven to compile kafka
core when I encountered this error:
import joptsimple.*;
kafka/kafka-0.9.0.0-src/core/src/main/scala/kafka/tools/KafkaMigrationTool.java:[20,1]
package joptsimple does not exist
does anyone know where joptsimple is s
Hi Oliver,
You need gradle 2.x to build Kafka.
Ismael
On 27 Dec 2015 18:10, "Oliver Pačut" wrote:
I have Gradle 1.4, Groovy 1.8.6, Ant 1.9.3.
I followed the included Readme. I cd'd to the kafka directory and just
wrote "gradle".
I also tried running "./bin/kafka-server-start.sh
./config/serve
I have Gradle 1.4, Groovy 1.8.6, Ant 1.9.3.
I followed the included Readme. I cd'd to the kafka directory and just
wrote "gradle".
I also tried running "./bin/kafka-server-start.sh ./config/server.properties"
And that gets me the error "Could not find or load main class Kafka.kafka"
Oliver
What version of Gradle are you using and can you give the exact command
you're running?
-Ewen
On Wed, Dec 23, 2015 at 5:49 PM, Oliver Pačut
wrote:
> Hello,
>
> I am having trouble using Gradle to build Kafka. I get the error:
>
>
> FAILURE: Build failed with an exception.
>
> *Where:
> Build fi
Hi, Guozhang
I re-install gradle, it works now, thanks a lot.
SL
> On Dec 9, 2015, at 3:47 PM, Guozhang Wang wrote:
>
> Sa,
>
> Which command line did you use under what path?
>
> Guozhang
>
> On Wed, Dec 9, 2015 at 1:57 PM, Sa Li wrote:
>
>> Hi, All
>>
>> I am having such error to build
Sa,
Which command line did you use under what path?
Guozhang
On Wed, Dec 9, 2015 at 1:57 PM, Sa Li wrote:
> Hi, All
>
> I am having such error to build Kafka,
>
> * Where:
> Build file '/usr/local/kafka/build.gradle' line: 164
>
> * What went wrong:
> A problem occurred evaluating root project
13 matches
Mail list logo