summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/currency-converter-ws/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/launchers/currency-converter-ws/build.xml')
-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>