Oliver Kellogg
Oliver Kellogg
As a first step, here is the list of TAO files that access the [RtecEventData](https://github.com/DOCGroup/ACE_TAO/blob/master/TAO/orbsvcs/orbsvcs/RtecDefaultEventData.idl) `any_value` member \: ``` docs/tutorials/Quoter/RT_Event_Service/Stock_i.cpp docs/tutorials/Quoter/RT_Event_Service/Stock_Consumer.cpp examples/Simulator/Event_Supplier/Event_Con.cpp examples/Simulator/Event_Supplier/DOVE_Supplier.cpp interop-tests/AnyTypeCode/tao/Demo_i.cpp orbsvcs/DevGuideExamples/EventServices/RTEC_Basic/EchoEventConsumer_i.cpp orbsvcs/DevGuideExamples/EventServices/RTEC_Basic/EchoEventSupplierMain.cpp orbsvcs/DevGuideExamples/EventServices/RTEC_Federated/EchoEventConsumer_i.cpp orbsvcs/DevGuideExamples/EventServices/RTEC_Federated/EchoEventSupplierMain.cpp orbsvcs/DevGuideExamples/EventServices/RTEC_Filter/EchoEventConsumer_i.cpp orbsvcs/DevGuideExamples/EventServices/RTEC_Filter/EchoEventSupplierMain.cpp...
How is the ACE_wrappers release made? If it is made from the ACE_TAO git by using some script then we might be able to have them work in both: *...
Looking at the [ACE/bin/make_release.py](https://github.com/DOCGroup/ACE_TAO/blob/master/ACE/bin/make_release.py) script, I see that tagging of the release is also done there. I agree that changing files only in the release workspace (not in git) would...
Removing the "ACE_wrapper okay" remark from the title because as commented in the script, ``` # 2) in TAO/TAO-INSTALL.html, some of the references to ACE dirs are # already adjusted...
About the impacts downstream, I see your point. I guess the bottom line would be: 1. Leave ACE_wrappers structure as is 2. Adjust relative hrefs in the HTML docs to...
Is there consensus on my [previous comment](https://github.com/DOCGroup/ACE_TAO/issues/563#issuecomment-359468513) ? If so then there are only two dead links: They are hrefs to [TAO/TAO-INSTALL.html](https://github.com/DOCGroup/ACE_TAO/blob/master/TAO/TAO-INSTALL.html) on lines 178 and 1835 in [ACE/ACE-INSTALL.html](https://github.com/DOCGroup/ACE_TAO/blob/master/ACE/ACE-INSTALL.html), ```...