summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2005-10-18 11:54:14 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2005-10-18 11:54:14 +0000
commit9e1ed625367326b0afbac2235ce08bf6c98d0a43 (patch)
treeced67d3aea04ffb2e1c8d3fb4fbdda1bddbc1ba4 /build.xml
parent0b87051d35bbf9ca3e75fdab4c13819b6a09493b (diff)
downloadscala-9e1ed625367326b0afbac2235ce08bf6c98d0a43.tar.gz
scala-9e1ed625367326b0afbac2235ce08bf6c98d0a43.tar.bz2
scala-9e1ed625367326b0afbac2235ce08bf6c98d0a43.zip
Added the log option.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 99e1a4e24e..d835db90a5 100644
--- a/build.xml
+++ b/build.xml
@@ -186,7 +186,7 @@
<mkdir dir="${build.nslib.dir}"/>
<nsc srcdir="${sources.dir}" destdir="${build.nslib.dir}"
usepredefs="false"
- stop="${nsc.stop}" skip="${nsc.skip}" check="${nsc.check}"
+ stop="${nsc.stop}" skip="${nsc.skip}" check="${nsc.check}" log="${nsc.log}"
logging="${nsc.logging}">
<classpath>
<pathelement location="${build.nslib.dir}"/>
@@ -199,7 +199,7 @@
</nsc>
<nsc srcdir="${sources.dir}" destdir="${build.nslib.dir}"
excludesfile="${nsc.nslib.excludes}"
- stop="${nsc.stop}" skip="${nsc.skip}" check="${nsc.check}"
+ stop="${nsc.stop}" skip="${nsc.skip}" check="${nsc.check}" log="${nsc.log}"
logging="${nsc.logging}">
<classpath>
<pathelement location="${build.nslib.dir}"/>
@@ -219,7 +219,7 @@
<mkdir dir="${build.nstools.dir}"/>
<nsc srcdir="${sources.dir}" destdir="${build.nstools.dir}"
excludesfile="${nsc.nstools.excludes}"
- stop="${nsc.stop}" skip="${nsc.skip}" check="${nsc.check}"
+ stop="${nsc.stop}" skip="${nsc.skip}" check="${nsc.check}" log="${nsc.log}"
logging="${nsc.logging}">
<classpath>
<pathelement location="${build.nslib.dir}"/>