summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlut <lut@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-07-01 03:32:26 +0000
committerlut <lut@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-07-01 03:32:26 +0000
commitb9af104eee1cc1e722d071f3eefccfb86c227597 (patch)
tree8fcb4abb515341847870b2d71562e7708e3d13b7
parent2761c44d6d1c0497f09555a2145fd63c8bf35bd1 (diff)
downloadATCD-b9af104eee1cc1e722d071f3eefccfb86c227597.tar.gz
ChangeLogTag: Wed Jun 30 22:29:51 2004 Tao Lu <lu@dre.vanderbilt.edu>
-rw-r--r--TAO/CIAO/ChangeLog7
-rw-r--r--TAO/CIAO/docs/releasenotes/index.html37
-rw-r--r--TAO/CIAO/docs/releasenotes/switch.html15
3 files changed, 41 insertions, 18 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 77a1dc74c33..2958bced919 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jun 30 22:29:51 2004 Tao Lu <lu@dre.vanderbilt.edu>
+
+ * docs/releasenotes/switch.html:
+ * docs/releasenotes/index.html:
+ Updated the release note. I will work on the to-do list
+ as well.
+
Wed Jun 30 18:01:58 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* CIDLC/ServantSourceGenerator.cpp:
diff --git a/TAO/CIAO/docs/releasenotes/index.html b/TAO/CIAO/docs/releasenotes/index.html
index f9a392a309f..dc1f9f53153 100644
--- a/TAO/CIAO/docs/releasenotes/index.html
+++ b/TAO/CIAO/docs/releasenotes/index.html
@@ -28,19 +28,21 @@
CoSMIC</a>, which is capable of describing the Assembly/Component
using <a href="http://www.isis.vanderbilt.edu/Projects/gme/default.html">
GME</a> as the development bed.
- The artifact generated from the CoSMIC is a set of XML descriptors.
+ The artifacts generated from the CoSMIC are a set of XML descriptors.
<li>
A run-time infrastructure that performs the actual deployment and
configuration, with a superset of the capabilities described in OMG
- D&C specification with CIAO extension. The implementation source code
+ DnC specification with CIAO extension. The implementation source code
could be fount in <a href="../../DnC"> this directory </a>.
- <br>
- In the new DnC run-time framework we have migrated all the functionalities
- presented in the old CIAO runtime except the Real-Time configuration and
- Static-Configuration. Currently, the two CIAO runtime co-exist in our source
- and the component implementation could be used with both framework without much
- change. (For the change that one has to go through please read <a href ="./switch.html">
- here</a>.)
+ <br><br>
+ In the new DnC run-time framework we have migrated all the
+ functionalities presented in the old CIAO runtime except the
+ Real-Time configuration and Static Configuration, which are
+ developed by Washington University in St. Louis. Currently,
+ the two CIAO runtime co-exist in our source and the component
+ implementation could be used with both framework without much
+ cyhange. (For the change that one has to go through please
+ read <a href="./switch.html">this</a>.)
</ul>
</ul>
@@ -416,15 +418,18 @@ certain release together. All interfaces and types are under
</ul>
<p>
+ <li><b>CIAO 0.5 beta release</b> - (TAO 1.4.x, July 2004)
+ <ul>
+ <li>Usable version of CIAO with the new DnC implementation
+ tested on Linux and Win32.
+ <li>Simple examples of usage is available in
+ <code>$CIAO_ROOT/DnC/tests</code>
+ </ul>
+ <p>
+
</ul>
- <!--#include virtual="/~nanbor/signature.html" -->
-<!-- <hr> -->
-<!-- <address></address> -->
-<!-- <\!-- hhmts start -\-> -->
-<!-- Last modified: Sun Jun 1 23:20:37 Central Standard Time 2003 -->
-<!-- <\!-- hhmts end -\-> -->
-<!-- <address>Nanbor Wang &lt;nanbor@cs.wustl.edu&gt;</address> -->
+<b>Email: </b><a href="mailto:"</a<ADDRESS>ciao-users@cse.wustl.edu</ADDRESS>
</body> </html>
<!-- LocalWords: TODOs CCM IDL CCIDL CIDL backend idl
diff --git a/TAO/CIAO/docs/releasenotes/switch.html b/TAO/CIAO/docs/releasenotes/switch.html
index 5f4ee0c15aa..6f9e7ad9747 100644
--- a/TAO/CIAO/docs/releasenotes/switch.html
+++ b/TAO/CIAO/docs/releasenotes/switch.html
@@ -10,13 +10,24 @@
<ul>
There are only one thing needs to be done to migrate the component
implementation from the old runtime to the new runtime.
-
+ <br><br>
Find all the component MPC files in your component implementation
source directories and make the following changes.
+ for every project in your MPC files which inherites from any of
+ the following MPC template (base project): <code> ciao_client, ciao_component,
+ ciao_servant, ciao_server,</code> replace them with <code> ciao_client_dnc,
+ ciao_component_dnc, ciao_servant_dnc, ciao_server_dnc</code>. Then
+ generate your makefile/solution/project files using either
+ <code>mwc.pl</code> or <code>mpc.pl</code> and build (rebuild) your
+ binaries.
</ul>
-<h3>When switching from the new CIAO runtime to the old one</h1>
+<h3>When switching from the new CIAO runtime to the old one</h3>
+ <ul>
+ Reverse the above changes.
+ </ul>
+ <b>Email: </b><a href="mailto:"</a<ADDRESS>ciao-users@cse.wustl.edu</ADDRESS>
</body> </html>