This page describes steps for a new build/release.
Complete tests on LexAccess
Prepare Software
Compile all LexAccess Java source codes
> cd $LA_DIR
> ant clean
> ant release
Prepare Documents
copy design document and user manual from web servers
> cd $LA_DIR/docs
> run updateDoc
Deploy documents to public web site (TBD, should in the deploy web site)
> run DeployLexAccessWeb
Change the URL to "http://umlslex.nlm.nih.gov/lexAccess/${YEAR}/index.html" in file of "/export/home/lu/www/Apache/apache/docs/umlslex/lexAccess/index.html".
Change the URL of web tool to "http://umlslex.nlm.nih.gov:8100" in file of "/export/home/lu/www/Apache/apache/docs/umlslex/lexAccess/${YEAR}/web/menu.html".