summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/fullapp-nodes/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/launchers/fullapp-nodes/build.xml')
-rw-r--r--sandbox/travelsample/launchers/fullapp-nodes/build.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sandbox/travelsample/launchers/fullapp-nodes/build.xml b/sandbox/travelsample/launchers/fullapp-nodes/build.xml
index 14a483b564..00fef1d701 100644
--- a/sandbox/travelsample/launchers/fullapp-nodes/build.xml
+++ b/sandbox/travelsample/launchers/fullapp-nodes/build.xml
@@ -20,6 +20,12 @@
<project name="scatours-launcher-fullapp-nodes" default="compile">
<import file="../../antdefs.xml"/>
+ <!-- Before invoking the "run" target, the domain manager needs
+ to be started and running in a different process. -->
+ <target name="run-domain">
+ <ant dir="../fullapp-domain" target="run"/>
+ </target>
+
<target name="run">
<java classname="scatours.FullAppNodesLauncher" fork="true">
<classpath>