You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2014/05/28 18:42:26 UTC

git commit: trival fix to remove reference of sbt in README

Repository: kafka
Updated Branches:
  refs/heads/trunk f8ea4ac01 -> e73e90e99


trival fix to remove reference of sbt in README


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/e73e90e9
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/e73e90e9
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/e73e90e9

Branch: refs/heads/trunk
Commit: e73e90e99984c29151dbae063c72ab737cf99968
Parents: f8ea4ac
Author: Jun Rao <ju...@gmail.com>
Authored: Wed May 28 09:42:18 2014 -0700
Committer: Jun Rao <ju...@gmail.com>
Committed: Wed May 28 09:42:18 2014 -0700

----------------------------------------------------------------------
 system_test/README.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/e73e90e9/system_test/README.txt
----------------------------------------------------------------------
diff --git a/system_test/README.txt b/system_test/README.txt
index f9972d1..0e469e3 100644
--- a/system_test/README.txt
+++ b/system_test/README.txt
@@ -48,7 +48,7 @@ The framework has the following levels:
 # ==========================
 
 * Please note that the following commands should be executed after downloading the kafka source code to build all the required binaries:
-  1. <kafka install dir>/ $ ./sbt update package
+  1. <kafka install dir>/ $ ./gradlew jar
 
   Now you are ready to follow the steps below.
   1. Update system_test/cluster_config.json for "kafka_home" & "java_home" specific to your environment