[Aimmath-commit] AIM/WEB-INF/maple AutoConf.mpl,1.1.1.1.2.4,1.1.1.1.2.5
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-07-14 23:45:18
|
Update of /cvsroot/aimmath/AIM/WEB-INF/maple In directory sc8-pr-cvs1:/tmp/cvs-serv29880/WEB-INF/maple Modified Files: Tag: develop_2_1 AutoConf.mpl Log Message: corrections made after checking installation procedure on a new machine. Index: AutoConf.mpl =================================================================== RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/AutoConf.mpl,v retrieving revision 1.1.1.1.2.4 retrieving revision 1.1.1.1.2.5 diff -C2 -d -r1.1.1.1.2.4 -r1.1.1.1.2.5 *** AutoConf.mpl 14 Jul 2003 23:20:26 -0000 1.1.1.1.2.4 --- AutoConf.mpl 14 Jul 2003 23:45:15 -0000 1.1.1.1.2.5 *************** *** 448,464 **** fi: - ###################################################################### - - # Look for TtH - - - if os_os = "Linux" then - Config['TtHProgram'] := cat(Config['CatalinaHome'],"/bin/tth/tth"): - else - Config['TtHProgram'] := cat(Config['CatalinaHome'],"\\bin\\tth\\tth.exe"): - fi: - - - p("\n"): ###################################################################### --- 448,451 ---- *************** *** 720,723 **** --- 707,725 ---- setconfig('MapleInitOptions',"default"): + + ###################################################################### + + # Look for TtH + + + if os_os = "Linux" then + Config['TtHProgram'] := cat(Config['WebAppDir'],"/bin/tth_exe/tth"): + else + Config['TtHProgram'] := cat(Config['WebAppDir'],"\\bin\\tth_exe\\tth.exe"): + fi: + + + p("\n"): + ###################################################################### *************** *** 814,819 **** fi: - ###################################################################### if problems = true then --- 816,821 ---- fi: + ###################################################################### if problems = true then *************** *** 830,837 **** else p("AIM was successfully configured. \n"): - read("Servlet.mpl"): fi: - - fclose(logd): --- 832,838 ---- else p("AIM was successfully configured. \n"): fi: fclose(logd): + + if problems = false then read("Servlet.mpl"): fi: |