summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/currency-converter-rmi/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/launchers/currency-converter-rmi/build.xml')
-rw-r--r--sandbox/travelsample/launchers/currency-converter-rmi/build.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sandbox/travelsample/launchers/currency-converter-rmi/build.xml b/sandbox/travelsample/launchers/currency-converter-rmi/build.xml
index 5d4fc20e8c..ff42ceac1c 100644
--- a/sandbox/travelsample/launchers/currency-converter-rmi/build.xml
+++ b/sandbox/travelsample/launchers/currency-converter-rmi/build.xml
@@ -23,6 +23,13 @@
<pathelement path="../common/target/scatours-launcher-common.jar"/>
</path>
+ <!-- After starting the SCA RMI service by invoking the "run" target below,
+ the RMI Java 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-rmi" target="run"/>
+ </target>
+
<target name="run">
<java classname="scatours.CurrencyConverterRMILauncher" fork="true">
<classpath>