summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2006-01-19 15:32:26 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2006-01-19 15:32:26 +0000
commit64b3256bbb6d9c6d4efd2c9fe54f2bc31b2ae849 (patch)
treef637a1af1a7ebdee98f7a111a2ad9613b2d795a8 /build.xml
parentd3eec69c3351e6583152ea0b6683a83f06b0c048 (diff)
downloadscala-64b3256bbb6d9c6d4efd2c9fe54f2bc31b2ae849.tar.gz
scala-64b3256bbb6d9c6d4efd2c9fe54f2bc31b2ae849.tar.bz2
scala-64b3256bbb6d9c6d4efd2c9fe54f2bc31b2ae849.zip
Updated Scalac to support a mode (triggered by ...
Updated Scalac to support a mode (triggered by setting 'scalacdebugging' to true) that prints the compiled files and any stack trace generated by the compiler. Use it in SABBUS for quick and strap.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml18
1 files changed, 12 insertions, 6 deletions
diff --git a/build.xml b/build.xml
index 4263ed6a3b..690728032e 100644
--- a/build.xml
+++ b/build.xml
@@ -375,7 +375,8 @@ BUILD QUICK-TEST LAYER
<locker srcdir="${src.dir}/${lib.dir.name}"
destdir="${quick.lib.dir}"
usepredefs="no"
- addparams="${nsc.params}">
+ addparams="${nsc.params}"
+ scalacdebugging="yes">
<classpath>
<pathelement location="${quick.lib.dir}"/>
</classpath>
@@ -384,7 +385,8 @@ BUILD QUICK-TEST LAYER
</locker>
<locker srcdir="${src.dir}/${lib.dir.name}"
destdir="${quick.lib.dir}"
- addparams="${nsc.params}">
+ addparams="${nsc.params}"
+ scalacdebugging="yes">
<classpath>
<pathelement location="${quick.lib.dir}"/>
</classpath>
@@ -406,7 +408,8 @@ BUILD QUICK-TEST LAYER
</pico>
<locker srcdir="${src.dir}/${comp.dir.name}"
destdir="${quick.comp.dir}"
- addparams="${nsc.params}">
+ addparams="${nsc.params}"
+ scalacdebugging="yes">
<classpath>
<pathelement location="${quick.lib.dir}"/>
<pathelement location="${quick.comp.dir}"/>
@@ -471,7 +474,8 @@ TEST
<quick srcdir="${src.dir}/${lib.dir.name}"
destdir="${strap.lib.dir}"
usepredefs="no"
- addparams="${nsc.params}">
+ addparams="${nsc.params}"
+ scalacdebugging="yes">
<classpath>
<pathelement location="${strap.lib.dir}"/>
</classpath>
@@ -480,7 +484,8 @@ TEST
</quick>
<quick srcdir="${src.dir}/${lib.dir.name}"
destdir="${strap.lib.dir}"
- addparams="${nsc.params}">
+ addparams="${nsc.params}"
+ scalacdebugging="yes">
<classpath>
<pathelement location="${strap.lib.dir}"/>
</classpath>
@@ -502,7 +507,8 @@ TEST
</pico>
<quick srcdir="${src.dir}/${comp.dir.name}"
destdir="${strap.comp.dir}"
- addparams="${nsc.params}">
+ addparams="${nsc.params}"
+ scalacdebugging="yes">
<classpath>
<pathelement location="${strap.lib.dir}"/>
<pathelement location="${strap.comp.dir}"/>