[TeamTalk 25]: [562] TeamTalk/Configurations/DesktopConfiguration: Launchall batch now uses Pythia.

tk@edam.speech.cs.cmu.edu tk at edam.speech.cs.cmu.edu
Thu Dec 14 12:53:31 EST 2006


An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/teamtalk-developers/attachments/20061214/cc88918e/attachment-0001.html
-------------- next part --------------
Modified: TeamTalk/Configurations/DesktopConfiguration/TeamTalk_LaunchAll-desktop.bat
===================================================================
--- TeamTalk/Configurations/DesktopConfiguration/TeamTalk_LaunchAll-desktop.bat	2006-12-14 17:49:21 UTC (rev 561)
+++ TeamTalk/Configurations/DesktopConfiguration/TeamTalk_LaunchAll-desktop.bat	2006-12-14 17:53:31 UTC (rev 562)
@@ -1,3 +1,5 @@
-set GAL_VERBOSE=1
-set SLS_VERBOSE=1
-..\..\Bin\x86-nt\processmonitor.exe -list startlist-desktop.txt -crashlog crash.log -restart_delay 100 -remedy nothing
+rem set GAL_VERBOSE=1
+rem set SLS_VERBOSE=1
+set GC_HOME=..\..\ExternalLibraries\Galaxy
+rem ..\..\Bin\x86-nt\processmonitor.exe -list startlist-desktop.txt -crashlog crash.log -restart_delay 100 -remedy nothing
+python ..\..\Pythia\src\process_monitor.py startlist-desktop.config

Modified: TeamTalk/Configurations/DesktopConfiguration/startlist-desktop.config
===================================================================
--- TeamTalk/Configurations/DesktopConfiguration/startlist-desktop.config	2006-12-14 17:49:21 UTC (rev 561)
+++ TeamTalk/Configurations/DesktopConfiguration/startlist-desktop.config	2006-12-14 17:53:31 UTC (rev 562)
@@ -2,7 +2,7 @@
 
 EXPAND: $MITRE_ROOT $GC_HOME\contrib\MITRE
 EXPAND: $TEAMTALK ..\..
-EXPAND: $CONFIGURATION $TEAMTALK\Configuration\DesktopConfiguration
+EXPAND: $CONFIGURATION $TEAMTALK\Configurations\DesktopConfiguration
 EXPAND: $AGENTS $TEAMTALK\Agents
 EXPAND: $PENDECODER $AGENTS\PenDecoder
 EXPAND: $BIN $TEAMTALK\Bin\x86-nt
@@ -23,7 +23,7 @@
 PROCESS: $BIN\KalliopeSwift.exe -maxconns 6 -config swift.cfg
 PROCESS_TITLE: Kalliope
 
-PROCESS: $BIN\TeamTalkBackend-DEBUG.exe -verbosity 1 -maxconns 6
+PROCESS: $BIN\TeamTalkBackend.exe -verbosity 1 -maxconns 6
 PROCESS_TITLE: TeamTalkBackend
 
 PROCESS: $PERL -I../Rosetta bin/TeamTalk


More information about the TeamTalk-developers mailing list