summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/currency-converter-corba/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/launchers/currency-converter-corba/build.xml')
-rw-r--r--sandbox/travelsample/launchers/currency-converter-corba/build.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sandbox/travelsample/launchers/currency-converter-corba/build.xml b/sandbox/travelsample/launchers/currency-converter-corba/build.xml
index c40f77c322..0e51e79bca 100644
--- a/sandbox/travelsample/launchers/currency-converter-corba/build.xml
+++ b/sandbox/travelsample/launchers/currency-converter-corba/build.xml
@@ -23,6 +23,13 @@
<pathelement path="../common/target/scatours-launcher-common.jar"/>
</path>
+ <!-- After starting the SCA CORBA service by invoking the "run" target below,
+ the CORBA 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-corba" target="run"/>
+ </target>
+
<!-- When running this sample, the tuscany-host-corba-jse and
tuscany-host-corba-jse-tns jars need to be present on the classpath.
These aren't included in tuscany-sca-manifest so they need to be