From d527c775dba1e2f4a2609cabfc0083e5e4374532 Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 1 Sep 2005 09:21:27 +0000 Subject: - corrected Ant command line. --- ant-test-nsc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ant-test-nsc.sh') diff --git a/ant-test-nsc.sh b/ant-test-nsc.sh index a88f682b03..0483f601d3 100755 --- a/ant-test-nsc.sh +++ b/ant-test-nsc.sh @@ -33,7 +33,7 @@ ANT_BUILDFILE=concrete-$ANT_CONFIGFILE ANT_EXCLFILE=developer/${USER}/test-nsc-excludes.xml # for debugging your classpath -#echo $CLASSPATH +#echo CLASSPATH=$CLASSPATH if [ -f "$ANT_EXCLFILE" ]; then $SED -e "s#userExcludes\ \"\"#userExcludes\ SYSTEM\ \"$ANT_EXCLFILE\"#" \ < $ANT_CONFIGFILE > $ANT_BUILDFILE; @@ -41,7 +41,7 @@ if [ -f "$ANT_EXCLFILE" ]; then $CP $ANT_CONFIGFILE $ANT_BUILDFILE; fi -CLASSPATH="$CLASSPATH" $ANT_CMD $ANT_OPTS -f "$ANT_BUILDFILE" $* +CLASSPATH="$CLASSPATH" $ANT_CMD -f "$ANT_BUILDFILE" $* $RM "$ANT_BUILDFILE" ############################################################################## -- cgit v1.2.3