summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/OEP/BasicSP/README.html
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/OEP/BasicSP/README.html')
-rw-r--r--TAO/CIAO/examples/OEP/BasicSP/README.html88
1 files changed, 0 insertions, 88 deletions
diff --git a/TAO/CIAO/examples/OEP/BasicSP/README.html b/TAO/CIAO/examples/OEP/BasicSP/README.html
deleted file mode 100644
index f2f152ee400..00000000000
--- a/TAO/CIAO/examples/OEP/BasicSP/README.html
+++ /dev/null
@@ -1,88 +0,0 @@
-<HTML>
-<!-- $Id$ -->
-<BODY>
-
-This document describes how to compile/run the HUDisplay example with the new DnC implementation.
-
-<H3> Installing </H3>
-
-<UL>
- <LI> Make sure you have the latest DnC code by running
- <code> cvs up </code>
- </LI>
-
- <LI>
- Get the latest cidl compiler (if you did not compile from source) from:
- <A href="http://www.dre.vanderbilt.edu/~boris/cidlc/binary/">
- http://www.dre.vanderbilt.edu/~boris/cidlc/binary/
- </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>
- </LI>
-
- <LI> Compile the DnC code with the generated solution/make files. </LI>
-
- <LI>
- Edit the mpc files in the <code> $CIAO_ROOT/examples/OEP/BasicSP/ </code>
- manually and replace the base project names <code> ciao_* </code> with
- <code> ciao_*_dnc </code>. The list of these files are listed below:
-
- <code> <UL>
- <LI> BasicSP.mpc </LI>
- <LI> BMClosedED/BMClosedED.mpc </LI>
- <LI> BMDevice/BMDevice.mpc </LI>
- <LI> BMDisplay/BMDisplay.mpc </LI>
- <LI> EC/EC.mpc </LI>
- </UL> </code>
- </LI>
-
- <LI> Generate the project/make files for the <em> HUDisplay </em> example directory:
- <UL>
- <LI> <em> linux: </em> <code> [in $CIAO_ROOT/examples/OEP/HUDisplay] mwc.pl </code> </LI>
- <LI> <em> windows: </em> <code> [in %CIAO_ROOT%/examples/OEP/HUDisplay] mwc.pl </code> </LI>
- </UL>
- </LI>
-
-
- <LI> Compile the generated solution/make files </LI>
-</UL>
-
-<H3> Running the test </H3>
-
-<UL>
-
- <LI> Create a new directory <code> $CIAO_ROOT/DnC/tests/integration_test </code>
- (or any other name you want) and change the working directory to that.
- </LI>
-
- <LI> Download the files into the newly created directory:
- <UL>
- <LI> <A HREF="http://www.dre.vanderbilt.edu/~turkaye/dnc/NodeDaemon.zip"> http://www.dre.vanderbilt.edu/~turkaye/dnc/NodeDaemon.zip </A>
- [and uncompress] </LI>
- <LI> <A HREF="http://www.dre.vanderbilt.edu/~turkaye/dnc/deployment.dat"> http://www.dre.vanderbilt.edu/~turkaye/dnc/deployment.dat </A> </LI>
- </UL>
- </LI>
-
- <LI> Start daemons by running <code> NodeDaemon.pl </code>
-
- <LI> Start the execution manager:
- <code>../../ExecutionManager/Execution_Manager -o EM.ior -i deployment.dat </code>
- </LI>
-
- <LI> Start the executor:
- <code> ../../RepositoryManager/executor -p http://www.dre.vanderbilt.edu/~jai/test/package.tpd -d http://www.dre.vanderbilt.edu/~jai/test/HUDisplay.cdp -k file://EM.ior </code>
-
- <BR/>
-
- <I> You can download the files and change the parameters of the executor accordingly. </I>
- </LI>
-</UL>
-
-</BODY> </HTML>