From fa7605c6436dd2e196bf60690b55f0a4a454f783 Mon Sep 17 00:00:00 2001 From: David Roazen Date: Wed, 15 Aug 2012 22:54:13 -0400 Subject: [PATCH] Convert external.build.dir and external.dist.dir back to paths The previous push fixed the external classpath issue but broke external builds in a new way by changing the above from paths to properties. This was a mistake, since external builds require absolute, not relative, paths Thanks to akiezun for the bug report and patch --- build.xml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/build.xml b/build.xml index 2ca48c51b..f681ddafa 100644 --- a/build.xml +++ b/build.xml @@ -70,10 +70,6 @@ - - - - @@ -211,6 +207,14 @@ + + + + + + + + @@ -425,8 +429,8 @@ - - + + @@ -675,9 +679,9 @@ - - - + + +