[
https://issues.apache.org/jira/browse/KAFKA-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14144953#comment-14144953
]
Joe Stein edited comment on KAFKA-1490 at 9/23/14 4:06 PM:
-----------------------------------------------------------
+1 committed to trunk, also minor update to readme
{code}
diff --git a/README.md b/README.md
index 18a65b1..8e50945 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,13 @@ Apache Kafka
=================
See our [web site](http://kafka.apache.org) for details on the project.
+You need to have [gradle](http://www.gradle.org/installation) installed.
+
+### First bootstrap and download the wrapper ###
+ gradle
+
+Now everything else will work
+
### Building a jar and running it ###
./gradlew jar
{code}
was (Author: joestein):
+1 committed to trunk, also update minor updates to readme
{code}
diff --git a/README.md b/README.md
index 18a65b1..8e50945 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,13 @@ Apache Kafka
=================
See our [web site](http://kafka.apache.org) for details on the project.
+You need to have [gradle](http://www.gradle.org/installation) installed.
+
+### First bootstrap and download the wrapper ###
+ gradle
+
+Now everything else will work
+
### Building a jar and running it ###
./gradlew jar
{code}
> 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)