From 9346877092dbe49dc13392134c36773f1220b6c3 Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Wed, 9 Apr 2008 16:56:53 +0000 Subject: Added a simple target to build a JVM 1.4 versio... Added a simple target to build a JVM 1.4 version of the Scala compiler and library. --- sabbus.xml | 186 +++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 164 insertions(+), 22 deletions(-) (limited to 'sabbus.xml') diff --git a/sabbus.xml b/sabbus.xml index e89da3ddd7..fc0592d099 100644 --- a/sabbus.xml +++ b/sabbus.xml @@ -89,6 +89,7 @@ PROPERTIES + @@ -165,11 +166,13 @@ LOCAL REFERENCE BUILD (LOCKER) srcdir="${src.dir}/library" destdir="${build-locker.dir}/classes/library" classpath="${build-locker.dir}/classes/library" - includes="**/*.java"/> + includes="**/*.java" + target="1.5" source="1.5"/> + srcpath="${src.dir}/library" + target="jvm-1.5"> @@ -212,7 +215,8 @@ LOCAL REFERENCE BUILD (LOCKER) + srcpath="${src.dir}/compiler" + target="jvm-1.5"> @@ -279,16 +283,19 @@ QUICK BUILD (QUICK) srcdir="${src.dir}/library" destdir="${build-quick.dir}/classes/library" classpath="${build-quick.dir}/classes/library" - includes="**/*.java"/> + includes="**/*.java" + target="1.5" source="1.5"/> + includes="**/*.java" + target="1.5" source="1.5"/> + srcpath="${src.dir}/library" + target="jvm-1.5"> @@ -296,17 +303,17 @@ QUICK BUILD (QUICK) - + + srcpath="${src.dir}/library" + target="jvm-1.5"> - @@ -346,7 +353,8 @@ QUICK BUILD (QUICK) + srcpath="${src.dir}/compiler" + target="jvm-1.5"> @@ -387,7 +395,8 @@ QUICK BUILD (QUICK) + destdir="${build-quick.dir}/classes/partest" + target="1.5" source="1.5"> @@ -398,7 +407,8 @@ QUICK BUILD (QUICK) + srcpath="${src.dir}/paartest" + target="jvm-1.5"> @@ -605,36 +615,42 @@ BOOTSTRAPPING BUILD (STRAP) srcdir="${src.dir}/library" destdir="${build-strap.dir}/classes/library" classpath="${build-strap.dir}/classes/library" - includes="**/*.java"/> + includes="**/*.java" + target="1.5" source="1.5"/> + includes="**/*.java" + target="1.5" source="1.5"/> + sourcepath="${src.dir}/library" + target="jvm-1.5"> + classpath="${build-strap.dir}/classes/library" + target="jvm-1.5"> + classpath="${build-strap.dir}/classes/library" + target="jvm-1.5"> + classpath="${build-strap.dir}/classes/library" + target="jvm-1.5"> @@ -664,7 +680,8 @@ BOOTSTRAPPING BUILD (STRAP) + destdir="${build-strap.dir}/classes/compiler" + target="jvm-1.5"> @@ -702,7 +719,8 @@ BOOTSTRAPPING BUILD (STRAP) + destdir="${build-strap.dir}/classes/partest" + target="1.5" source="1.5"> @@ -712,7 +730,8 @@ BOOTSTRAPPING BUILD (STRAP) + destdir="${build-strap.dir}/classes/partest" + target="jvm-1.5"> @@ -806,6 +825,128 @@ DOCUMENTATION + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -961,7 +1102,8 @@ MAKE SABBUS JAR (to remove once sabbus is part of starr library) + destdir="${build.dir}/sabbus" + target="jvm-1.5"> -- cgit v1.2.3