summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/currency-converter-ws/build.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-01-07 03:37:52 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-01-07 03:37:52 +0000
commitfd3af62c55965d85dcad55afb021071cfe2ff456 (patch)
tree7e9e6458b6eee4f6f01185a2c149acbcf9bbbeb4 /sandbox/travelsample/launchers/currency-converter-ws/build.xml
parent17f1dde1f0a723cc5b57464e70d673218c7c8210 (diff)
Add launcher targets so that all scenarios can be run from a launcher directory
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896749 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/launchers/currency-converter-ws/build.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sandbox/travelsample/launchers/currency-converter-ws/build.xml b/sandbox/travelsample/launchers/currency-converter-ws/build.xml
index 8b45a79763..c7ffc87570 100644
--- a/sandbox/travelsample/launchers/currency-converter-ws/build.xml
+++ b/sandbox/travelsample/launchers/currency-converter-ws/build.xml
@@ -23,6 +23,13 @@
<pathelement path="../common/target/scatours-launcher-common.jar"/>
</path>
+ <!-- After starting the SCA Web service by invoking the "run" target below,
+ the JAX-WS implementation of the currency converter client should be
+ run in another process using the "run-client" target. -->
+ <target name="run-client">
+ <ant dir="../../clients/currency-converter-ws-jaxws" target="run"/>
+ </target>
+
<target name="run">
<java classname="scatours.CurrencyConverterWSLauncher" fork="true">
<classpath>