From 9b84fa20bfbe6955c1309776b68b03040b29f505 Mon Sep 17 00:00:00 2001 From: David Roazen Date: Wed, 15 Aug 2012 15:56:54 -0400 Subject: [PATCH] Fix an issue with the classpath for external builds in build.xml Use "path" instead of "pathconvert" to construct the external.gatk.classpath. This allows the path to evolve as the build progresses, instead of being fixed early on to a value that (in some cases) could be incorrect. --- build.xml | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/build.xml b/build.xml index 135b9dac7..2ca48c51b 100644 --- a/build.xml +++ b/build.xml @@ -70,13 +70,18 @@ + + + + - + + @@ -96,8 +101,6 @@ - - @@ -208,19 +211,11 @@ - - - - - - - - - + - + @@ -432,7 +427,7 @@ - +