From 526917486633c5f69aab6fe64021b2c0998b74c6 Mon Sep 17 00:00:00 2001 From: Burak Emir Date: Sat, 30 Jul 2005 23:18:59 +0000 Subject: userExclude feature for build and test infrastr... userExclude feature for build and test infrastructure --- ant-build-nsc.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ant-build-nsc.sh') diff --git a/ant-build-nsc.sh b/ant-build-nsc.sh index 6b15ce300e..0769f443b8 100755 --- a/ant-build-nsc.sh +++ b/ant-build-nsc.sh @@ -14,5 +14,11 @@ export CLASSPATH # for debugging your classpath #echo $CLASSPATH +if [ -f developer/${USER}/build-nsc-excludes.xml ]; then + sed -e "s/userExcludes\ \"\"/userExcludes\ SYSTEM\ \"developer\/${USER}\/build-nsc-excludes.xml\"/" < build-nsc.xml > concrete-build-nsc.xml; + else + ln -s build-nsc.xml concrete-build-nsc.xml; +fi -ant -f build-nsc.xml $* +ant -f concrete-build-nsc.xml $* +rm -f concrete-build-nsc.xml -- cgit v1.2.3