summaryrefslogtreecommitdiffstats
path: root/sandbox/old/contrib/binding-celtix/samples/helloworldws-celtix/run.bat
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/old/contrib/binding-celtix/samples/helloworldws-celtix/run.bat')
-rwxr-xr-xsandbox/old/contrib/binding-celtix/samples/helloworldws-celtix/run.bat10
1 files changed, 10 insertions, 0 deletions
diff --git a/sandbox/old/contrib/binding-celtix/samples/helloworldws-celtix/run.bat b/sandbox/old/contrib/binding-celtix/samples/helloworldws-celtix/run.bat
new file mode 100755
index 0000000000..fa24c84328
--- /dev/null
+++ b/sandbox/old/contrib/binding-celtix/samples/helloworldws-celtix/run.bat
@@ -0,0 +1,10 @@
+echo on
+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"
+jar -xf "%USERPROFILE%\.m2\repository\org\apache\tuscany\bindings\celtix\1.0-SNAPSHOT\celtix-1.0-SNAPSHOT-bin.zip"
+popd
+move target\standalone\extension\*.jar target\standalone\boot
+copy "%USERPROFILE%\.m2\repository\org\apache\tuscany\bindings\celtix\1.0-SNAPSHOT\celtix-1.0-SNAPSHOT.jar" target\standalone\extension
+java %java_debug_set% -jar target\standalone\bin\launcher.jar --classpath "%USERPROFILE%\.m2\repository\org\apache\tuscany\samples\sca\sample-helloworldws-celtix\1.0-SNAPSHOT\sample-helloworldws-celtix-1.0-SNAPSHOT.jar" %*