No description
Find a file
2003-12-21 18:21:40 +00:00
config Big Update to fix rampant bugs with basic add/edit/remove of everything 2003-12-21 16:51:08 +00:00
images Added Remove functionality for all components and fixed broken Edit for Passage Translations 2003-12-19 19:32:04 +00:00
lib Added jWebUnit dependencies to support unit tests 2003-11-12 14:36:11 +00:00
loadtests Moved jmeter load tests into their own directory. 2003-11-19 01:06:53 +00:00
src Last tweaks done for big bigfix on add/edit/remove for all components. 2003-12-21 18:21:40 +00:00
tld binaries 2003-10-06 02:56:10 +00:00
.cvsignore Modified build.xml/build.properties connection 2003-11-26 16:54:59 +00:00
build.properties Modified build.xml/build.properties connection 2003-11-26 16:54:59 +00:00
build.xml Uncommented some rather critical data structure code to end the onslaught of NPEs. 2003-12-15 18:02:02 +00:00
Readme.txt Updated Readme. 2003-10-06 17:19:55 +00:00

October 6, 2003
The THDL Tibetan Collaborative Dictionary requires the following:

1. ThdlUser module needs to be compiled into the Dictionary build directory. If Dictionary and ThdlUser are checked out to the same directory, the ThdlUser build file will automatically compile to the default build directory inside Dictionary.

2. A recent version of Tomcat must be installed and the tomcat user/pass combo specified in the build file must be present in the tomcat-users.xml file with the role of manager.

3. catalina-ant.jar needs to be in $ANT_HOME/lib.

4. The MySQL databases Lex and ThdlUsers should be running locally  with select, insert, update and delete privileges for the user specified in the lex-context-config.xml file. 

To get a copy of the database, contact Travis McCauley ( travis.mccauley@alumni.virginia.edu ).

Here are the steps:

[Haley:~/sandbox]% ls -l
total 0
drwxr-xr-x  16 travis  staff  544 Oct  6 13:10 Dictionary
drwxr-xr-x   5 travis  staff  170 Oct  6 12:35 ThdlUser

[Haley:~/sandbox]% ant -f ThdlUser/build.xml 

[Haley:~/sandbox]% ant -f Dictionary/build.xml install