summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2008-05-09 15:47:25 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2008-05-09 15:47:25 +0000
commitf02cc551dcd5228ebb463be80c63c796c6f4a8cc (patch)
tree02f86a93446408c9ebb697c08c68d93fb60baec9 /build.xml
parent4d07c3dac6fee9afa1c3eb3ab246c339a703f740 (diff)
downloadscala-f02cc551dcd5228ebb463be80c63c796c6f4a8cc.tar.gz
scala-f02cc551dcd5228ebb463be80c63c796c6f4a8cc.tar.bz2
scala-f02cc551dcd5228ebb463be80c63c796c6f4a8cc.zip
Added “fourfour” targets to SuperSabbus for tes...
Added “fourfour” targets to SuperSabbus for testing JVM 1.4 builds with a 1.4 JVM. Removed obsolete build files.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index e3fc55e28e..705f567af5 100644
--- a/build.xml
+++ b/build.xml
@@ -35,6 +35,9 @@ END-USER TARGETS
<antcall target="all.done"/>
</target>
+ <target name="fastdist" depends="dist.done"
+ description="Makes a new distribution without testing it or removing partially build elements"/>
+
<target name="distclean" depends="dist.clean"
description="Removes all distributions. Binaries and documentation are untouched."/>
@@ -992,8 +995,7 @@ FORWARDED TARGETS FOR JVM 1.4 BUILD
FORWARDED TARGETS FOR MSIL BUILD
============================================================================ -->
- <target name="msil" depends="pack.done"
- description="Builds the Scala-MSIL package. Executables are in 'build/msil-pack/bin'.">
+ <target name="msil" depends="pack.done">
<ant antfile="${src.dir}/build/msil.xml" target="msil-pack.done" inheritall="yes" inheritrefs="yes"/>
</target>
@@ -1037,6 +1039,10 @@ FORWARDED TARGETS FOR NIGHTLY BUILDS
<ant antfile="${src.dir}/build/four.xml" target="four-all.done" inheritall="yes" inheritrefs="yes"/>
<ant antfile="${src.dir}/build/pack.xml" target="fourpack-all.done" inheritall="yes" inheritrefs="yes"/>
</target>
+
+ <target name="fourfournightly">
+ <ant antfile="${src.dir}/build/four.xml" target="fourfour-test.done"/>
+ </target>
<target name="msilnightly" depends="pack.done">
<ant antfile="${src.dir}/build/four.xml" target="msil-all.done" inheritall="yes" inheritrefs="yes"/>