[openrtm-commit:03185] r3227 - branches/RELENG_1_2/OpenRTM-aist/win32/OpenRTM-aist/bin

openrtm @ openrtm.org openrtm @ openrtm.org
2018年 2月 26日 (月) 13:10:59 JST


Author: kawauchi
Date: 2018-02-26 13:10:59 +0900 (Mon, 26 Feb 2018)
New Revision: 3227

Modified:
   branches/RELENG_1_2/OpenRTM-aist/win32/OpenRTM-aist/bin/rtm-naming.bat
Log:
[compat,->trunk] End processing of name server task has been added to rtm-naming.bat. refs #4456

Modified: branches/RELENG_1_2/OpenRTM-aist/win32/OpenRTM-aist/bin/rtm-naming.bat
===================================================================
--- branches/RELENG_1_2/OpenRTM-aist/win32/OpenRTM-aist/bin/rtm-naming.bat	2018-02-25 13:17:45 UTC (rev 3226)
+++ branches/RELENG_1_2/OpenRTM-aist/win32/OpenRTM-aist/bin/rtm-naming.bat	2018-02-26 04:10:59 UTC (rev 3227)
@@ -1,5 +1,10 @@
 @echo off
 
+TASKLIST | FIND "omniNames.exe" > NUL
+IF NOT ERRORLEVEL 1  (
+        TASKKILL /F /IM omniNames.exe
+)
+
 set cosnames="omninames"
 set orb="omniORB"
 set port=%1



More information about the openrtm-commit mailing list