Skip to content
This repository was archived by the owner on May 29, 2021. It is now read-only.

Commit 59036e3

Browse files
authored
Merge pull request #83 from jwillemsen/master
Removed some references to bugzilla and comp.soft-sys.ace
2 parents e4c84d0 + fc9485d commit 59036e3

File tree

6 files changed

+257
-257
lines changed

6 files changed

+257
-257
lines changed

CIAO-INSTALL.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h3>Supported Platforms for CIAO</h3>
3434
</p>
3535
<p>If you have <A href="../../docs/ACE-porting.html">porting questions</A> or
3636
have a problem compiling DAnCE or CIAO with TAO and ACE on the platforms shown above
37-
please send email to either <A href="news:comp.soft-sys.ace">ACE Newsgroup</A> or
37+
please send email to
3838
the <A href="mailto:ciao-users@list.isis.vanderbilt.edu">CIAO mailing list</A> and we'll
3939
try to help you fix the problems. You can also submit bug reports and
4040
enhancement requests in our <A href="../../docs/usage-bugzilla.html">bug tracking

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
See [Douglas C. Schmidt website](http://www.dre.vanderbilt.edu/~schmidt) for more information about CIAO. The quality of CIAO is monitored through our distributed [scoreboard](http://www.dre.vanderbilt.edu/scoreboard/)
1111

12-
[CIAO](http://www.dre.vanderbilt.edu/~schmidt/CIAO.html) is a C++ implementation of the OMG's [LwCCM](http://www.omg.org/spec/CORBA/) standard. The main home page is [here](http://www.dre.vanderbilt.edu/~schmidt/). Mailing lists are available [here](http://www.dre.vanderbilt.edu/~schmidt/ACE-mail.html) and the Bugzilla for issues is [here](http://bugzilla.dre.vanderbilt.edu/).
12+
[CIAO](http://www.dre.vanderbilt.edu/~schmidt/CIAO.html) is a C++ implementation of the OMG's [LwCCM](http://www.omg.org/spec/CORBA/) standard. The main home page is [here](http://www.dre.vanderbilt.edu/~schmidt/). Mailing lists are available [here](http://www.dre.vanderbilt.edu/~schmidt/ACE-mail.html).

examples/Display/README.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ <h2>Example Description</h2>
6767
</li><li>2. mpc files for each of the components
6868
are available in the components directories. We use the <a href="http://downloads.ociweb.com/MPC/MakeProjectCreator.pdf">MPC</a>
6969
to generate makefiles and Visual C++ project/solutions files for
70-
all <a href="http://www.cs.wustl.edu/%7Eschmidt/ACE.html">ACE</a>,
71-
<a href="http://www.cs.wustl.edu/%7Eschmidt/TAO.html">TAO</a> and
70+
all <a href="https://www.dre.vanderbilt.edu/~schmidt/ACE.html">ACE</a>,
71+
<a href="https://www.dre.vanderbilt.edu/~schmidt/TAO.html">TAO</a> and
7272
<a href="http://www.cs.wustl.edu/%7Eschmidt/CIAO.html">CIAO</a> libraries.
7373

7474
</li><li>3. idl files for each component are placed in components directory. </li>
@@ -135,9 +135,9 @@ <h3><font size="5">Run</font></h3>
135135

136136
To run in console mode:<br>
137137
<ul>
138-
<li> Start NodeManagers (NodeDameon), execution manager and dance_plan_launcher, using the Naming Service
138+
<li> Start NodeManagers (NodeDameon), execution manager and dance_plan_launcher, using the Naming Service
139139
and the deploymentplan the flattened_deploymentplannat.cdp by running <code> run_test.pl </code>
140-
140+
141141
You can copy and modify the copy to deploy the components in various
142142
different locations to let the application truely "distributed".
143143
After this, components should be deployed successfully.
@@ -156,7 +156,7 @@ <h3><font size="5">Run</font></h3>
156156

157157
To run in GUI mode with one GPS component:<br>
158158
<ul>
159-
<li> Start NodeManagers, execution manager and dance_plan_launcher, using the Naming Service
159+
<li> Start NodeManagers, execution manager and dance_plan_launcher, using the Naming Service
160160
and the deploymentplan deploymentplanone.cdp by running <code> run_test_one.pl </code>
161161
After this, components should be deployed successfully.
162162
</li>
@@ -173,11 +173,11 @@ <h3><font size="5">Run</font></h3>
173173

174174
To run in GUI mode with three GPS and RateGen components:<br>
175175
<ul>
176-
<li> Start NodeManagers, execution manager and dance_plan_launcher, using the Naming Service
176+
<li> Start NodeManagers, execution manager and dance_plan_launcher, using the Naming Service
177177
and the deploymentplan deploymentplanmore.cdp by running <code> run_test_more.pl </code>
178178
After this, components should be deployed successfully.
179179
</li>
180-
<li>
180+
<li>
181181
Go to the <em> $CIAO_ROOT/examples/Display/descriptor </em> directory and run <code>run_test_more_contr.pl </code>
182182
In this script the Rate Generators are activated and after a while are stopped.</code>
183183
</li>
@@ -186,17 +186,17 @@ <h3><font size="5">Run</font></h3>
186186
To experience in GUI mode (or console mode) with a different number of GPS and RateGen components:<br>
187187
<ul>
188188
<li>Add to the deploymentplan.cdp (or flattened_deploymentplannat.cdp) new instances of GPS - and RateGen components.
189-
Change in de deploymentplan the
190-
configProperty: number_of_GPS from the HUDisplay-NavDisplay-comp display instance.
189+
Change in de deploymentplan the
190+
configProperty: number_of_GPS from the HUDisplay-NavDisplay-comp display instance.
191191
Add the new connections to the deploymentplan.
192192
</li>
193193
<li>
194-
Change the scripts <code> run_test_more.pl ( or run_test.pl) </code> and <code>run_test_more_contr.pl </code>
194+
Change the scripts <code> run_test_more.pl ( or run_test.pl) </code> and <code>run_test_more_contr.pl </code>
195195
for the correct number of components.
196196
</li>
197197
<li>
198198
Run the scripts run_test_more.pl for GUI display or run_test.pl for console display. You will then need to run the
199-
script <code>run_test_more_contr.pl </code> in a separate shell window to switch on/off the Rate Generator(s).
199+
script <code>run_test_more_contr.pl </code> in a separate shell window to switch on/off the Rate Generator(s).
200200
</ul>
201201

202202
<hr>

tutorials/Quoter/Simple/03.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h3 align="center" style='TEXT-ALIGN:center'><span style='COLOR:black'><img widt
8181
the bulk of descriptors for us.</p>
8282
<p>For more information on
8383
CosMIC, please refer to the following article:</p>
84-
<p><a href="http://www.cs.wustl.edu/~schmidt/PDF/mamad2003.pdf">CoSMIC:
84+
<p><a href="http://www.dre.vanderbilt.edu/~schmidt/PDF/mamad2003.pdf">CoSMIC:
8585
An MDA Generative Tool for Distributed Real-time and Embedded Applications</a>.</p>
8686
<div align="center" style='TEXT-ALIGN:center'><span style='COLOR:black'>
8787
<hr size="2" width="100%" align="center">

tutorials/Quoter/Simple/README.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h2 align="justify"><span style="font-weight: 400;"><font size="3"></font></span
3737
written by <a href="http://www.cs.wustl.edu/%7Eschmidt/">Douglas
3838
Schmidt</a> and <a href="http://www.iona.com/hyplan/vinoski/">Steve
3939
Vinoski</a>, and has been consistently used as a example for <a
40-
href="http://www.cs.wustl.edu/%7Eschmidt/TAO.html">TAO</a>. Please
40+
href="https://www.dre.vanderbilt.edu/~schmidt/TAO.html">TAO</a>. Please
4141
refer to <a
4242
href="../../../../../docs/tutorials/Quoter/index.html">TAO
4343
online tutorial</a> for details. <br>
@@ -56,8 +56,8 @@ <h2>The files you will find</h2>
5656
href="http://downloads.ociweb.com/MPC/MakeProjectCreator.pdf">MPC</a>
5757
to
5858
generate makefiles and Visual C++ project/solutions files for all <a
59-
href="http://www.cs.wustl.edu/%7Eschmidt/ACE.html">ACE</a>, <a
60-
href="http://www.cs.wustl.edu/%7Eschmidt/TAO.html">TAO</a> and <a
59+
href="https://www.dre.vanderbilt.edu/~schmidt/ACE.html">ACE</a>, <a
60+
href="https://www.dre.vanderbilt.edu/~schmidt/TAO.html">TAO</a> and <a
6161
href="http://www.cs.wustl.edu/%7Eschmidt/CIAO.html">CIAO</a>
6262
libraries. </li>
6363
<li>&nbsp;idl and files for each component are placed in

0 commit comments

Comments
 (0)