summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/introducing-client/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/launchers/introducing-client/build.xml')
-rw-r--r--sandbox/travelsample/launchers/introducing-client/build.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/sandbox/travelsample/launchers/introducing-client/build.xml b/sandbox/travelsample/launchers/introducing-client/build.xml
index 4cd4a902f8..cfe3a6fd76 100644
--- a/sandbox/travelsample/launchers/introducing-client/build.xml
+++ b/sandbox/travelsample/launchers/introducing-client/build.xml
@@ -20,6 +20,19 @@
<project name="scatours-launcher-introducing-client" default="compile">
<import file="../../antdefs.xml"/>
+ <!-- Before invoking the "run" target, the domain manager and the
+ introducing-trips and introducing-tours nodes need to be started
+ and running in different processes. -->
+ <target name="run-domain">
+ <ant dir="../introducing-domain" target="run"/>
+ </target>
+ <target name="run-trips">
+ <ant dir="../introducing-trips" target="run"/>
+ </target>
+ <target name="run-tours">
+ <ant dir="../introducing-tours" target="run"/>
+ </target>
+
<target name="run">
<java classname="scatours.IntroducingClientLauncher" fork="true">
<classpath>