summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/all/src/main
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-09 15:21:52 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-09 15:21:52 +0000
commitb2e37bce8b98aaa8687c24fc0ce5bc8ab7085666 (patch)
tree16c48ebf62e58f7a3e87ca4c15d45079f9c9af16 /java/sca/distribution/all/src/main
parent566aa11c7c2092b506fd3441e355cba6db36da9f (diff)
Update the tuscany batch script to support passing in tribes static routes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823584 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/distribution/all/src/main')
-rw-r--r--java/sca/distribution/all/src/main/release/launcher/tuscany.bat11
1 files changed, 9 insertions, 2 deletions
diff --git a/java/sca/distribution/all/src/main/release/launcher/tuscany.bat b/java/sca/distribution/all/src/main/release/launcher/tuscany.bat
index 6dfb29ff8b..cbf6962218 100644
--- a/java/sca/distribution/all/src/main/release/launcher/tuscany.bat
+++ b/java/sca/distribution/all/src/main/release/launcher/tuscany.bat
@@ -17,7 +17,9 @@ REM # KIND, either express or implied. See the License for the
REM # specific language governing permissions and limitations
REM # under the License.
-if "%1"=="/?" goto help
+REM TODO: can't get these to work yet when using the tribes domaim URI in quotes
+REM if "%1".=="/?". goto help
+REM if "%1".=="-help". goto help
if not "%TUSCANY_HOME%"=="" goto gotHome
SET TUSCANY_HOME=%~dp0\..
@@ -58,9 +60,14 @@ goto end
:help
echo Apache Tuscany SCA runtime launcher
-echo TUSCANY [debug] [fork] contributions
+echo TUSCANY [debug] [fork] [domainURI] contributions
echo debug enable Java remote debugging
echo fork start a new command prompt window to run the contributions
+echo domainURI config URI for the domain, the format is:
+echo vm:domainName
+echo or
+echo "tribes:domainName?routes=ip1,ip2,..."
+echo NOTE that the tribes URI needs to be in quotes
echo contributions list of SCA contribution file names seperated by spaces. All
echo deployable composites found in the contributions will be run.