summaryrefslogtreecommitdiff
path: root/test-nsc.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-09-02 16:50:31 +0000
committermichelou <michelou@epfl.ch>2005-09-02 16:50:31 +0000
commit6a173f47a6c38c1902326ab05b3be9539936fbd0 (patch)
tree0753020ef32d6f54e048ad854ffd83cbba3eb260 /test-nsc.xml
parent2c5d9fc10deb19f9e3d02bc322bc710aecb24343 (diff)
downloadscala-6a173f47a6c38c1902326ab05b3be9539936fbd0.tar.gz
scala-6a173f47a6c38c1902326ab05b3be9539936fbd0.tar.bz2
scala-6a173f47a6c38c1902326ab05b3be9539936fbd0.zip
- added generation of 'nsrt.jar'.
Diffstat (limited to 'test-nsc.xml')
-rw-r--r--test-nsc.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/test-nsc.xml b/test-nsc.xml
index 5fbe1eec2b..2f23e15df5 100644
--- a/test-nsc.xml
+++ b/test-nsc.xml
@@ -59,7 +59,7 @@
<echo>==== running nsc on predef and runtime</echo>
<nsc srcdir="sources" destdir="${nsc_output_dir}"
- classpath="sources:newsources:${tools_util_runtime_dir}"
+ classpath="sources:newsources:${nsrt_jar}"
nscArgs="-nopredefs;${moreNscArgs}">
<include name="scala/Predef.scala"/>
@@ -68,7 +68,7 @@
<echo>===== running nsc on the rest</echo>
<nsc srcdir="sources" destdir="${nsc_output_dir}"
- classpath="sources:newsources:${tools_util_runtime_dir}:${nsc_output_dir}"
+ classpath="sources:newsources:${nsrt_jar}:${nsc_output_dir}"
nscArgs="${moreNscArgs}" force="true">
<include name="scala/**/*.scala"/>
@@ -81,6 +81,8 @@
&userExcludes;
</nsc>
+ <jar destfile="${jars_dir}/nsrt.jar" basedir="${nsc_output_dir}" update="true"/>
+
</target>
</project>