summaryrefslogtreecommitdiff
path: root/ant-build-nsc.bat
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-10-10 16:44:30 +0000
committermichelou <michelou@epfl.ch>2005-10-10 16:44:30 +0000
commit082ab859acf79646a696be4d981e39f69cd587ed (patch)
treefbe74019b5bc656e337e140dbfe24941cf2264ce /ant-build-nsc.bat
parent36795d2e4ce446eb7ccd8c7d32a1aa6a320f499f (diff)
downloadscala-082ab859acf79646a696be4d981e39f69cd587ed.tar.gz
scala-082ab859acf79646a696be4d981e39f69cd587ed.tar.bz2
scala-082ab859acf79646a696be4d981e39f69cd587ed.zip
- added Ant dependency.
Diffstat (limited to 'ant-build-nsc.bat')
-rw-r--r--ant-build-nsc.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/ant-build-nsc.bat b/ant-build-nsc.bat
index 0261879732..863ac308bb 100644
--- a/ant-build-nsc.bat
+++ b/ant-build-nsc.bat
@@ -21,7 +21,7 @@ call ant-common.bat build-nsc
rem ##########################################################################
rem # ant build
-set CLASSPATH=%nsc_fjbg_jar%;%nsc_scala_jar%;%nsc_tools_jar%;%nsc_jaco_jar%
+set CLASSPATH=%nsc_fjbg_jar%;%nsc_scala_jar%;%nsc_tools_jar%;%nsc_jaco_jar%;%nsc_ant_jar%
%_ANTCMD% -Dplatform=win -f %ANT_BUILDFILE% %_ANTCMD_ARGS%
%RM% %ANT_BUILDFILE%