From 75d1f6441681a1e667c442ff3891f106a3df1c06 Mon Sep 17 00:00:00 2001 From: David Roazen Date: Tue, 2 Jul 2013 15:46:34 -0400 Subject: [PATCH] Fail gracefully in the packaging system when bcel is not installed Packaging the GATK requires bcel to be installed. Detect when it's not, and output instructions on how to install it. --- build.xml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 2e9df4d5e..16db1cec1 100644 --- a/build.xml +++ b/build.xml @@ -887,6 +887,27 @@ + + + + + + + + + + + + + + + + + + + + @@ -910,7 +931,7 @@ - +