From 0095aa2627bbfca377925de71df9dbf16fa6dd6b Mon Sep 17 00:00:00 2001 From: depristo Date: Fri, 20 May 2011 02:53:42 +0000 Subject: [PATCH] Contracts for java now enabled by default in GATK build. The contract checking is automatically enabled when running tests and integrationtests. If you want to run the GATK with Contract checking enabled, add -javaagent:lib/cofoja.jar to your jvm args git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5826 348d0f76-0448-11de-a6fe-93d51630548a --- build.xml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 2f5ee46d0..b38d2f6ea 100644 --- a/build.xml +++ b/build.xml @@ -31,7 +31,6 @@ - @@ -41,7 +40,9 @@ - + + + @@ -604,6 +605,10 @@ + @@ -670,12 +675,18 @@ - - + + + + +