Author: rineholt
Date: Tue Aug 1 05:11:58 2006
New Revision: 427550
URL: http://svn.apache.org/viewvc?rev=427550&view=rev
Log:
a bat file to help set up and run the demo
Added:
incubator/tuscany/java/samples/sca/supplychain/run.bat
Added: incubator/tuscany/java/samples/sca/supplychain/run.bat
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/supplychain/run.bat?rev=427550&view=auto
==============================================================================
--- incubator/tuscany/java/samples/sca/supplychain/run.bat (added)
+++ incubator/tuscany/java/samples/sca/supplychain/run.bat Tue Aug 1 05:11:58
2006
@@ -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"
%*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]