• R/O
  • SSH

dialog-project: Commit

a dialog project for development version.


Commit MetaInfo

Revisão1b0e727c4c1e9f47235583ef7c4b3a93c680a384 (tree)
Hora2010-10-15 16:49:02
AutorTakuya Nishimoto <nishimoto@m.ie...>
CommiterTakuya Nishimoto

Mensagem de Log

Java-based AM-MCL

Mudança Sumário

Diff

diff -r af3b0d1c4842 -r 1b0e727c4c1e skel/am.conf.txt
--- a/skel/am.conf.txt Fri Oct 15 11:46:10 2010 +0900
+++ b/skel/am.conf.txt Fri Oct 15 16:49:02 2010 +0900
@@ -5,6 +5,7 @@
55 ruby_bin = p('ruby.bin')
66 am_commands_dm = "#{java_bin} -cp #{classpath} galatea.dialog.DialogManager -c #{@runner_tmp_dir}/gdm.conf #{@dm_options}"
77 am_commands_fsmcl = "#{java_bin} -cp #{classpath} galatea.agent.BehaviorManager2 -c #{@runner_tmp_dir}/gdm.conf"
8+am_commands_ammcl = "#{java_bin} -cp #{classpath} galatea.agent.MacroCommandLayer -c #{@runner_tmp_dir}/gdm.conf"
89 am_commands_fsm = "cd #{p('fsm.galateafsm.engine_dir')}; ./fsm -C #{@runner_tmp_dir}/fsm.conf"
910 am_commands_ssm = "cd #{p('ssm.gtalk.engine_dir')}; /usr/bin/padsp ./gtalk -C #{@runner_tmp_dir}/ssm.conf"
1011 module_dir = p('dm.modules_dir')
@@ -16,6 +17,7 @@
1617 module:FS-MCL commands: <%= am_commands_fsmcl %>
1718 module:FSM commands: <%= am_commands_fsm %>
1819 module:SSM commands: <%= am_commands_ssm %>
19-module:AM-MCL commands: cd <%= module_dir %>;<%= ruby_bin %> AM-MCL.rb -C <%= @runner_tmp_dir %>/am_mcl.conf
20+# module:AM-MCL commands: cd <%= module_dir %>;<%= ruby_bin %> AM-MCL.rb -C <%= @runner_tmp_dir %>/am_mcl.conf
21+module:AM-MCL commands: <%= am_commands_ammcl %>
2022 module:PAR commands: cd <%= module_dir %>;<%= ruby_bin %> PAR.rb
2123 #----- EOF --------------------------------------------------------
Show on old repository browser