aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/tools/zusammen-tools/src
diff options
context:
space:
mode:
authorsiddharth0905 <siddharth.singh4@amdocs.com>2018-04-20 12:29:22 +0530
committersiddharth0905 <siddharth.singh4@amdocs.com>2018-04-20 12:29:22 +0530
commit189ea57b899a346f5af26ddc88eff7a12611b560 (patch)
tree10b11f18ca80ca26258c56589d35eb924481aad2 /openecomp-be/tools/zusammen-tools/src
parentd4857365b98f2ef6cb87bfce7702f78dc0bb3748 (diff)
Healing getting failed
Due to previous build changes healing was failing Change-Id: I6acdc323399862ee37d6e206825097040dd1daf6 Issue-ID: SDC-1244 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
Diffstat (limited to 'openecomp-be/tools/zusammen-tools/src')
-rw-r--r--openecomp-be/tools/zusammen-tools/src/main/resources/zusammenMainTool.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/openecomp-be/tools/zusammen-tools/src/main/resources/zusammenMainTool.sh b/openecomp-be/tools/zusammen-tools/src/main/resources/zusammenMainTool.sh
index 025ecabaa8..1bd91230d7 100644
--- a/openecomp-be/tools/zusammen-tools/src/main/resources/zusammenMainTool.sh
+++ b/openecomp-be/tools/zusammen-tools/src/main/resources/zusammenMainTool.sh
@@ -22,6 +22,7 @@ else
CONF_FILE_LOCATION="/apps/jetty/base/be/config/catalog-be/configuration.yaml"
fi
echo "Configuration file location: ${CONF_FILE_LOCATION}"
+mv lib/openecomp-zusammen-tools*.jar openecomp-zusammen-tools.jar &>/dev/null
-java -Dconfig.home=/opt/app/jetty/base/be/config -Dlog.home=/apps/jetty/base/be/logs -Dconfiguration.yaml=${CONF_FILE_LOCATION} -classpath lib/* org.openecomp.core.tools.main.ZusammenMainTool $1 $2 $3 $4 $5 $6
+java -Dconfig.home=/opt/app/jetty/base/be/config -Dlog.home=/apps/jetty/base/be/logs -Dconfiguration.yaml=${CONF_FILE_LOCATION} -classpath openecomp-zusammen-tools.jar:lib/* org.openecomp.core.tools.main.ZusammenMainTool $1 $2 $3 $4 $5 $6
STATUS="${?}" echo "${STATUS}"