summaryrefslogtreecommitdiff
path: root/ant-test-nsc.bat
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-10-13 09:09:49 +0000
committermichelou <michelou@epfl.ch>2005-10-13 09:09:49 +0000
commitd2c7c9829125dcf0c21369fd2fdb3bbc3370169e (patch)
treeb06f8c69017564a0936f0bc4833f1aadecf6f2ec /ant-test-nsc.bat
parentad4be6739a5caa919c9805b86e7d26dcfc2bd53f (diff)
downloadscala-d2c7c9829125dcf0c21369fd2fdb3bbc3370169e.tar.gz
scala-d2c7c9829125dcf0c21369fd2fdb3bbc3370169e.tar.bz2
scala-d2c7c9829125dcf0c21369fd2fdb3bbc3370169e.zip
- use Ant now !
Diffstat (limited to 'ant-test-nsc.bat')
-rw-r--r--ant-test-nsc.bat31
1 files changed, 0 insertions, 31 deletions
diff --git a/ant-test-nsc.bat b/ant-test-nsc.bat
deleted file mode 100644
index d232ff5f06..0000000000
--- a/ant-test-nsc.bat
+++ /dev/null
@@ -1,31 +0,0 @@
-@echo off
-rem #####################################################-*-Bash-script-*-####
-rem # Test nsc
-rem ##########################################################################
-rem # $Id$
-
-if "%OS%"=="Windows_NT" @setlocal
-
-set _ANTCMD_ARGS=%1
-if ""%1""=="""" goto doneStart
-shift
-:setupArgs
-if ""%1""=="""" goto doneStart
-set _ANTCMD_ARGS=%_ANTCMD_ARGS% %1
-shift
-goto setupArgs
-
-:doneStart
-call ant-common.bat test-nsc
-
-rem ##########################################################################
-rem # ant build
-
-set CLASSPATH=%nsc_fjbg_jar%;%nsc_scala_jar%;%nsc_tools_jar%;%nsc_nsc_jar%;%nsc_nsc4ant_jar%
-%_ANTCMD% -Dplatform=win -f %ANT_BUILDFILE% %_ANTCMD_ARGS%
-
-%RM% %ANT_BUILDFILE%
-
-##############################################################################
-
-if "%OS%"=="Windows_NT" @endlocal