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} + + + + + + + + + +