Menu

BuildFromSource

Kostia

Build from Source

Note: JDK >= 7.0 and Tomcat >= 7.0 (for the war) are a precondition to build.

Create a folder for the workspace
mkdir /your/path/to/text-analysis

Checkout the source code
cd /your/path/to/text-analysis
svn co https://text-analysis.svn.sourceforge.net/svnroot/text-analysis/text-analysis/trunk

Prepare your environment
export TEXT_ANALYSIS_WORKSPACE=/your/path/to/text-analysis/trunk

Go to the Build-All folder
cd /your/path/to/text-analysis/trunk/Build-All/

Download libraries for all projects in this workspace
ant install

Build all projects in this workspace
ant build.all

Populate the the Wordnet database (it takes about 45 minutes)
cd ../Wordnet
ant create.db

Run the unit-tests and create a html report for all the projects
cd ../Build-All
ant test.all

See the results
firefox reports/junit.html

If all tests are green, you can create a binary distributable zip
ant create.dist


Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.