diff options
author | dengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-10-11 15:09:39 +0000 |
---|---|---|
committer | dengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-10-11 15:09:39 +0000 |
commit | b122ddd2a0b9daa9573f73a2d8ee79565bc60961 (patch) | |
tree | a76fa37080ef5688256e58a8ba86ef74f398a760 | |
parent | 13aa6108696fee9450a2766cc8b8f3853f207736 (diff) | |
download | ATCD-b122ddd2a0b9daa9573f73a2d8ee79565bc60961.tar.gz |
Mon Oct 11 10:08:48 2004 Gan Deng <gan.deng@vanderbilt.edu>
-rw-r--r-- | TAO/CIAO/DAnCE/examples/BasicSP/README.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/TAO/CIAO/DAnCE/examples/BasicSP/README.html b/TAO/CIAO/DAnCE/examples/BasicSP/README.html index 81078e31ed8..018d2eb637c 100644 --- a/TAO/CIAO/DAnCE/examples/BasicSP/README.html +++ b/TAO/CIAO/DAnCE/examples/BasicSP/README.html @@ -17,13 +17,7 @@ This document describes how to compile/run the HUDisplay example with the new Dn </A> Copy the file into the <code> $CIAO_ROOT/bin </code> directory. - </LI> - - <LI> Generate the make/project files for the DnC directory by using <code> $ACE_ROOT/bin/mwc.pl </code> script: - <UL> - <LI> <em> linux: </em> <code> [in $CIAO_ROOT/DnC] mwc.pl </code> </LI> - <LI> <em> windows: </em> <code> [in %CIAO_ROOT%/DnC] mwc.pl </code> </LI> - </UL> + Build ACE, TAO, DAnCE before you proceed. </LI> <LI> Generate the project/make files for the <em> BasicSP </em> example directory: @@ -51,6 +45,7 @@ This document describes how to compile/run the HUDisplay example with the new Dn <code> $CIAO_ROOT/DAnCE/RepositoryManager/executor -p package.tpd -d HUDisplay.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 the client. <BR/> </LI> |