From 7c2c8c8adf15e072bf94cfa17ad9b2e1771e3b03 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Fri, 18 Nov 2011 15:16:26 +0000 Subject: Enable the use of spaces in paths for the Scala... Enable the use of spaces in paths for the Scala build on Windows. Revert r25995 which was fixing it only partly and in the wrong place. Properly encode argument files for scalac in scalac ant task. Allow 'compilerarg' elements in scalac ant task (like in ant's built-in javac task) to allow passing extra parameters like plugindir path with proper encoding of spaces and file names, and use it in the Scala build. Fix space handling in get-scala-revision.bat. (Patch by Stefan Zeiger.) Closes SI-3047. --- build.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index accaa92ec0..4f359f8894 100644 --- a/build.xml +++ b/build.xml @@ -634,11 +634,13 @@ QUICK BUILD (QUICK) + + @@ -1147,11 +1149,13 @@ BOOTSTRAPPING BUILD (STRAP) + + -- cgit v1.2.3