[
https://issues.apache.org/jira/browse/KAFKA-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14146448#comment-14146448
]
Joe Stein commented on KAFKA-1490:
----------------------------------
In your first step you needed to have gradle installed, yes.
Yes, downloading the distribution for the gradle version we are using is the
right thing to see and you should be good to go now.
I confirmed this works with a pull and not requiring a new clone (at least on
the setup I have)
{code}
new-host:trunk joestein$ git pull
remote: Counting objects: 19, done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 13 (delta 10), reused 0 (delta 0)
Unpacking objects: 100% (13/13), done.
>From http://git-wip-us.apache.org/repos/asf/kafka
6d70575..27bc372 trunk -> origin/trunk
Updating 6d70575..27bc372
Fast-forward
README.md | 8 ++++++++
build.gradle | 5 +++++
gradle/wrapper/gradle-wrapper.jar | Bin 49875 -> 0 bytes
gradle/wrapper/gradle-wrapper.properties | 6 ------
gradlew | 2 +-
gradlew.bat | 180
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------
wrapper.gradle | 25 +++++++++++++++++++++++++
7 files changed, 129 insertions(+), 97 deletions(-)
delete mode 100644 gradle/wrapper/gradle-wrapper.jar
delete mode 100644 gradle/wrapper/gradle-wrapper.properties
create mode 100644 wrapper.gradle
new-host:trunk joestein$ gradle
Building project 'core' with Scala version 2.10.1
:downloadWrapper
BUILD SUCCESSFUL
Total time: 15.882 secs
new-host:trunk joestein$ ./gradlew clean
Building project 'core' with Scala version 2.10.1
:clients:clean
:contrib:clean
:core:clean
:examples:clean
:contrib:hadoop-consumer:clean
:contrib:hadoop-producer:clean
BUILD SUCCESSFUL
Total time: 14.111 secs
{code}
If there is something else/different you think can be added to the README
https://github.com/apache/kafka/blob/trunk/README.md please suggest however; I
think Jun's update was good for more clarity and it is makes sense.
> remove gradlew initial setup output from source distribution
> ------------------------------------------------------------
>
> Key: KAFKA-1490
> URL: https://issues.apache.org/jira/browse/KAFKA-1490
> Project: Kafka
> Issue Type: Bug
> Reporter: Joe Stein
> Assignee: Ivan Lyutov
> Priority: Blocker
> Fix For: 0.8.2
>
> Attachments: KAFKA-1490-2.patch, KAFKA-1490.patch, rb25703.patch
>
>
> Our current source releases contains lots of stuff in the gradle folder we do
> not need
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)