From eeea7d63f050cd54c5bc20f38a07ee021c95f0e9 Mon Sep 17 00:00:00 2001 From: Patrick Schmitz Date: Mon, 20 Jun 2011 21:31:50 +0000 Subject: [PATCH] NOJIRA - Added a quick task to check that required environment variables have been set. Fails with a message if one is missing. --- build.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index d456a0101..7cba456f3 100644 --- a/build.xml +++ b/build.xml @@ -232,7 +232,7 @@ - @@ -248,7 +248,19 @@ - + + + + + + + + + -- 2.47.3