Repository: incubator-edgent Updated Branches: refs/heads/master 64f13da8e -> ec6ccb218
[Edgent-390] improve java7 test doc Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/1804f583 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/1804f583 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/1804f583 Branch: refs/heads/master Commit: 1804f583120605e0ed0fc12c574c2bb069289a5f Parents: 4744f56 Author: Dale LaBossiere <dlab...@us.ibm.com> Authored: Mon Feb 27 16:47:40 2017 -0500 Committer: Dale LaBossiere <dlab...@us.ibm.com> Committed: Mon Feb 27 16:47:40 2017 -0500 ---------------------------------------------------------------------- DEVELOPMENT.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/1804f583/DEVELOPMENT.md ---------------------------------------------------------------------- diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index ee0a35c..abd425d 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -226,6 +226,10 @@ See [JAVA_SUPPORT](JAVA_SUPPORT.md) for information about what Edgent features are supported in the different environments. ``` sh + # pave the way for useful report generation at the end +$ ./gradlew cleanTest +$ ./gradlew reports + # run with JAVA_HOME/PATH set for Java8 $ ./gradlew test7Compile # compile the Edgent tests to operate in a Java7 environment