From 9ee330b57dcc67406ce26cc60de4fb707ed7fe38 Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Sun, 9 Mar 2008 21:10:20 +0000 Subject: SuperSABBUS works with files that have spaces i... SuperSABBUS works with files that have spaces in their path. Distribution should build on Windows. --- lib/sabbus.jar.desired.sha1 | 2 +- sabbus.xml | 23 +++--- src/compiler/scala/tools/ant/sabbus/Compiler.scala | 7 +- .../scala/tools/ant/sabbus/CompilerSettings.scala | 90 --------------------- .../scala/tools/ant/sabbus/CompilerTest.scala | 47 ----------- .../scala/tools/ant/sabbus/Compilers.scala | 2 +- .../scala/tools/ant/sabbus/ForeignCompiler.scala | 11 ++- src/compiler/scala/tools/ant/sabbus/Make.scala | 3 +- src/compiler/scala/tools/ant/sabbus/Settings.scala | 91 ++++++++++++++++++++++ src/compiler/scala/tools/ant/sabbus/Use.scala | 8 +- 10 files changed, 123 insertions(+), 161 deletions(-) delete mode 100644 src/compiler/scala/tools/ant/sabbus/CompilerSettings.scala delete mode 100644 src/compiler/scala/tools/ant/sabbus/CompilerTest.scala create mode 100644 src/compiler/scala/tools/ant/sabbus/Settings.scala diff --git a/lib/sabbus.jar.desired.sha1 b/lib/sabbus.jar.desired.sha1 index 6de30a635d..12474b24ec 100644 --- a/lib/sabbus.jar.desired.sha1 +++ b/lib/sabbus.jar.desired.sha1 @@ -1 +1 @@ -6e04e5a37a6607f5a847f2374989b325eeffd096 ?sabbus.jar +a855651b0b649f061b8e35504091d75ff9a83b65 ?sabbus.jar diff --git a/sabbus.xml b/sabbus.xml index b1362de3be..b4f6f764e8 100644 --- a/sabbus.xml +++ b/sabbus.xml @@ -89,13 +89,15 @@ INITIALISATION classpath="${ant-contrib.jar}"/> - + + + + + - + - + @@ -282,7 +283,6 @@ BUILD QUICK LAYER - @@ -389,7 +389,6 @@ BUILD STRAP LAYER - @@ -611,7 +610,8 @@ BOOTRAPING TEST AND TEST SUITE MAKE SABBUS JAR (to remove once sabbus is part of starr library) ============================================================================ --> - + + + + + - +