[TeamTalk 195]: [731] trunk/TeamTalk: 1) May need explicit project name.

tk@edam.speech.cs.cmu.edu tk at edam.speech.cs.cmu.edu
Tue Sep 4 12:02:52 EDT 2007


An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/teamtalk-developers/attachments/20070904/33b2d5b4/attachment.html
-------------- next part --------------

Property changes on: trunk/TeamTalk/Resources/DecoderConfig/Dictionary
___________________________________________________________________
Name: svn:ignore
   - zap2.dict
zap2.dict.reduced_phoneset

   + TeamTalk.dict
TeamTalk.dict.reduced_phoneset



Property changes on: trunk/TeamTalk/Resources/DecoderConfig/LanguageModel
___________________________________________________________________
Name: svn:ignore
   - zap2LM.arpa

   + TeamTalkLM.arpa



Property changes on: trunk/TeamTalk/Resources/Grammar
___________________________________________________________________
Name: svn:ignore
   - base.dic
forms
log
nets
zap2.gra
zap2.net
zap2flat.gra
zap2Task.gra

   + base.dic
forms
log
nets
TeamTalk.gra
TeamTalk.net
TeamTalkflat.gra
TeamTalkTask.gra


Modified: trunk/TeamTalk/TeamTalkBuild.bat
===================================================================
--- trunk/TeamTalk/TeamTalkBuild.bat	2007-09-03 22:57:01 UTC (rev 730)
+++ trunk/TeamTalk/TeamTalkBuild.bat	2007-09-04 16:02:50 UTC (rev 731)
@@ -13,7 +13,7 @@
 
 :Make directories for logs, temp files, and builds if they do not exist already
 echo Creating Working Directories
-If NOT EXIST logs\nul mkdir logs > nul
+IF NOT EXIST logs\nul mkdir logs > nul
 IF NOT EXIST bin\nul mkdir bin > nul
 cd bin
 IF NOT EXIST x86-nt\nul mkdir x86-nt > nul
@@ -68,7 +68,7 @@
 
 echo Now Executing MakeLM
 cd Tools\MakeLM
-perl makelm.pl
+perl makelm.pl --projectname TeamTalk
 cd ..\..
 
 :Java Compilation via Ant Environment Variable Setup


More information about the TeamTalk-developers mailing list