summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-integration/samples/sca/supplychain/run.bat
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-integration/samples/sca/supplychain/run.bat')
-rwxr-xr-xbranches/sca-java-integration/samples/sca/supplychain/run.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/branches/sca-java-integration/samples/sca/supplychain/run.bat b/branches/sca-java-integration/samples/sca/supplychain/run.bat
new file mode 100755
index 0000000000..f0dc934ada
--- /dev/null
+++ b/branches/sca-java-integration/samples/sca/supplychain/run.bat
@@ -0,0 +1,7 @@
+echo off
+rem set java_debug_set=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=3720,server=y,suspend=y
+mkdir target\standalone
+pushd target\standalone
+jar -xf "%USERPROFILE%\.m2\repository\org\apache\tuscany\standalone\1.0-SNAPSHOT\standalone-1.0-SNAPSHOT-bin.zip"
+popd
+java %java_debug_set% -jar target\standalone\bin\launcher.jar --classpath "%USERPROFILE%\.m2\repository\org\apache\tuscany\samples\sca\sample-supplychain\1.0-SNAPSHOT\sample-supplychain-1.0-SNAPSHOT.jar" %*