summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/BasicSP/README.html
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/BasicSP/README.html')
-rw-r--r--TAO/CIAO/examples/BasicSP/README.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/CIAO/examples/BasicSP/README.html b/TAO/CIAO/examples/BasicSP/README.html
index 00c785c7c2f..c9ce1dfd2e3 100644
--- a/TAO/CIAO/examples/BasicSP/README.html
+++ b/TAO/CIAO/examples/BasicSP/README.html
@@ -18,21 +18,21 @@ This document describes how to compile/run the BasicSP (HUDisplay) example with
Copy the file into the <code> $CIAO_ROOT/bin </code> directory.
Build ACE, TAO, DAnCE before you proceed.
-
+
<br><br>
<em>NOTE</em>: <br>
While buiding DAnCE, we also suggest that you build the tests in the $CIAO_ROOT/test directory and make sure
all the tests run OK before you proceed to try out the BasicSP example or any other DAnCE-based
applications. To do this, open the file
-
- $ACE_ROOT/bin/MakeProjectCreator/config/global.features,
-
+
+ $ACE_ROOT/bin/MakeProjectCreator/config/global.features,
+
then change the line from "cidl = 0" to "cidl = 1". <br><br>
-
+
After this, go back to the $CIAO_ROOT/DAnCE directory to generate your workspace/project or makefile by using MPC.<br>
After the DAnCE and the tests are build OK, go to the $CIAO_ROOT/DAnCE/tests/NodeApplicationTest directory and make
sure all the three perl scripts (run_test.pl, run_test_simple.pl and run_test_ex.pl) run successfully.
-
+
<br><br>
</LI>
@@ -52,14 +52,14 @@ This document describes how to compile/run the BasicSP (HUDisplay) example with
<UL>
<LI> Change into the $CIAO_ROOT/DAnCE/examples/BasicSP/descriptors directory Start NodeManagers (NodeDameon) by running <code> basicNodeDaemon.pl </code>
-
+
<LI> Start the execution manager:
<code>$CIAO_ROOT/DAnCE/ExecutionManager/Execution_Manager -o EM.ior -i NodeManagerMap.dat </code>
</LI>
<LI> Start the executor:
<code> $CIAO_ROOT/DAnCE/Plan_Launcher/plan_launcher -p flattern_deploymentplan.cdp -k file://EM.ior </code>
-
+
<LI> After this, components should be deployed successfully. You can run the $CIAO_ROOT/DAnCE/examples/BasicSP/EC/controller to start the application.
Please make sure that the component IOR file for the EC component is present when you run this client.