You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2015/07/28 14:55:21 UTC

[24/50] zest-java git commit: ZEST-25 Better build instructions in source distribution

ZEST-25 Better build instructions in source distribution


Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/5fd949c2
Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/5fd949c2
Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/5fd949c2

Branch: refs/heads/master
Commit: 5fd949c24e8a17dd3d593d58b53a1cfac8cf2211
Parents: a9e1d99
Author: Paul Merlin <pa...@apache.org>
Authored: Wed Jul 22 14:09:08 2015 +0200
Committer: Paul Merlin <pa...@apache.org>
Committed: Wed Jul 22 14:09:08 2015 +0200

----------------------------------------------------------------------
 README.txt | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zest-java/blob/5fd949c2/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index 1709c39..8cedbd6 100644
--- a/README.txt
+++ b/README.txt
@@ -34,7 +34,7 @@ Dependencies not included
 -------------------------
 The source distribution contains Zest™ sources only to keep the download
 size small. The Gradle build automatically downloads needed dependencies.
-If you need to go offline type `./gradlew gooffline` to ensure all needed
+If you need to go offline type `./gradlew goOffline` to ensure all needed
 dependencies are cached by Gradle.
 
 If you prefer to use a dependency management system, go to:
@@ -49,7 +49,11 @@ installation.
 If you want to build the Zest™ manual, then you also need a valid Asciidoc
 (http://www.methods.co.nz/asciidoc/) installation.
 
-This document the Zest™ build system and its usage:
+Here is how to run a full build:
+
+    ./gradlew buildAll
+
+Read the Zest™ Build System tutorial for more details:
 https://zest.apache.org/java/latest/build-system.html