From 7eb80d4cba32ab73eefda5497f6b2db7dd64aad1 Mon Sep 17 00:00:00 2001 From: Svetoslav Neykov Date: Tue, 8 Mar 2016 16:04:02 +0200 Subject: [PATCH] Optional build - check if go executable is on the path, skip otherwise --- build.xml | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/build.xml b/build.xml index fa66790..eebcc28 100644 --- a/build.xml +++ b/build.xml @@ -16,11 +16,19 @@ specific language governing permissions and limitations under the License. --> - + + - - + + + + + @@ -28,10 +36,14 @@ + + GO compiler not found on classpath, skipping brooklyn-client-cli build + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + - - + + @@ -42,15 +54,23 @@ + + GO compiler not found on classpath, skipping brooklyn-client-cli build + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + - - + + + + GO compiler not found on classpath, skipping brooklyn-client-cli build + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +