From 3390fc7d67f18d73eb48235ca40b1a7b5df5f30f Mon Sep 17 00:00:00 2001 From: David Roazen Date: Tue, 30 Apr 2013 22:16:58 -0400 Subject: [PATCH] Include cofoja jar in classpath when testing release jars -Even though we're no longer compiling/using contracts in tests, we still need the cofoja jar in the classpath when testing the release jars due to some bad behavior on the part of TestNG in not being able to handle missing annotation classes. -We don't need to package the cofoja classes in the actual GATK jar, however (and we never have). --- build.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.xml b/build.xml index 12ebfa18f..56bf4f0cd 100644 --- a/build.xml +++ b/build.xml @@ -1315,6 +1315,7 @@ + @@ -1332,6 +1333,11 @@ + + + + +