[
https://issues.apache.org/jira/browse/KAFKA-1245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904805#comment-13904805
]
Jun Rao commented on KAFKA-1245:
--------------------------------
Hi, Joe,
I ran the following after your patch and got a failure. I thought you only need
to define mavenUrl for testing the maven upload part? Do you know why it's
needed to run a unit test?
./gradlew -Dtest.single=ProducerSendTest core:test
The TaskContainer.add() method has been deprecated and is scheduled to be
removed in Gradle 2.0. Please use the create() method instead.
FAILURE: Build failed with an exception.
* Where:
Build file '/home/jrao/Intellij_workspace/kafka_gradle/build.gradle' line: 47
* What went wrong:
A problem occurred evaluating root project 'kafka_gradle'.
> No such property: mavenUrl for class:
> org.gradle.api.publication.maven.internal.ant.DefaultGroovyMavenDeployer
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
BUILD FAILED
> the jar files and pom are not being signed so nexus is failing to publish them
> ------------------------------------------------------------------------------
>
> Key: KAFKA-1245
> URL: https://issues.apache.org/jira/browse/KAFKA-1245
> Project: Kafka
> Issue Type: Sub-task
> Affects Versions: 0.8.1
> Reporter: Joe Stein
> Priority: Blocker
> Fix For: 0.8.1
>
> Attachments: KAFKA-1245.patch, KAFKA-1245_2014-02-13_14:41:18.patch
>
>
> I have a fix for this I did already in a previous patch, just need to dig it
> out and see about integrating it again and where it was left off
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)