From cf8673ba0ff8f79410cd15c4a97bd883c4d72bc1 Mon Sep 17 00:00:00 2001 From: pb Date: Mon, 14 Dec 2009 15:21:46 +0000 Subject: [PATCH] Added TUV r2040: Added ccm-run script for ecdc under Linux. Trunk APLAWS and HB are at the same level now. git-svn-id: https://svn.libreccm.org/ccm/trunk@311 8810af33-2d31-482b-a856-94f89814c4df --- tools-ng/ecdc/bin/ccm-run.sh | 4 ++++ tools-ng/ecdc/scriptlib/build-ccm.xml | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100755 tools-ng/ecdc/bin/ccm-run.sh diff --git a/tools-ng/ecdc/bin/ccm-run.sh b/tools-ng/ecdc/bin/ccm-run.sh new file mode 100755 index 000000000..c703011b3 --- /dev/null +++ b/tools-ng/ecdc/bin/ccm-run.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +SCRIPTDIR=`dirname $0` +ant -f $SCRIPTDIR/../../../build.xml ccm-run -Dccm.classname=$1 -Dccm.parameters="$2 $3 $4 $5 $6 $7 $8" diff --git a/tools-ng/ecdc/scriptlib/build-ccm.xml b/tools-ng/ecdc/scriptlib/build-ccm.xml index cef6bdb52..68f049827 100644 --- a/tools-ng/ecdc/scriptlib/build-ccm.xml +++ b/tools-ng/ecdc/scriptlib/build-ccm.xml @@ -177,4 +177,17 @@ + + + ccm-run ${ccm.classname} ${ccm.parameters} + + + + + + + + + +