From c6dbc775eca56e2d321cdd2788e37b0564d96f36 Mon Sep 17 00:00:00 2001 From: Scott Moore Date: Mon, 3 Nov 2014 15:36:02 +1100 Subject: [PATCH] Update ant to display a note --- ant.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ant.json b/ant.json index 83ea80678c..a283df9bf6 100644 --- a/ant.json +++ b/ant.json @@ -8,5 +8,10 @@ "env_add_path": "bin", "env_set": { "ANT_HOME": "$dir" - } + }, + "notes": "Apache Ant requires, + +> JDK (either openJDK or Oracle JDK) +> JAVA_HOME environment variable pointing to JDK +" } \ No newline at end of file