<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to BuildFromSource</title><link>https://sourceforge.net/p/webtextanalysis/wiki/BuildFromSource/</link><description>Recent changes to BuildFromSource</description><atom:link href="https://sourceforge.net/p/webtextanalysis/wiki/BuildFromSource/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 20 May 2014 08:56:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/webtextanalysis/wiki/BuildFromSource/feed" rel="self" type="application/rss+xml"/><item><title>BuildFromSource modified by Kostia</title><link>https://sourceforge.net/p/webtextanalysis/wiki/BuildFromSource/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="build-from-source"&gt;Build from Source&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;Note: JDK &amp;gt;= 7.0 and Tomcat &amp;gt;= 7.0 (for the war) are a precondition to build.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Create a folder for the workspace&lt;/em&gt;&lt;br /&gt;
mkdir /your/path/to/text-analysis &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Checkout the source code&lt;/em&gt;&lt;br /&gt;
cd /your/path/to/text-analysis&lt;br /&gt;
svn co &lt;a href="https://text-analysis.svn.sourceforge.net/svnroot/text-analysis/text-analysis/trunk"&gt;https://text-analysis.svn.sourceforge.net/svnroot/text-analysis/text-analysis/trunk&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Prepare your environment&lt;/em&gt;&lt;br /&gt;
export TEXT_ANALYSIS_WORKSPACE=/your/path/to/text-analysis/trunk &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Go to the Build-All folder&lt;/em&gt;&lt;br /&gt;
cd /your/path/to/text-analysis/trunk/Build-All/ &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Download libraries for all projects in this workspace&lt;/em&gt;&lt;br /&gt;
ant install&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Build all projects in this workspace&lt;/em&gt;&lt;br /&gt;
ant build.all&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Populate the the Wordnet database (it takes about 45 minutes)&lt;/em&gt;&lt;br /&gt;
cd ../Wordnet&lt;br /&gt;
ant create.db &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Run the unit-tests and create a html report for all the projects&lt;/em&gt;&lt;br /&gt;
cd ../Build-All&lt;br /&gt;
ant test.all &lt;/p&gt;
&lt;p&gt;&lt;em&gt;See the results&lt;/em&gt;&lt;br /&gt;
firefox reports/junit.html&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;em&gt;If all tests are green, you can create a binary distributable zip&lt;/em&gt;&lt;br /&gt;
ant create.dist&lt;br /&gt;
&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kostia</dc:creator><pubDate>Tue, 20 May 2014 08:56:26 -0000</pubDate><guid>https://sourceforge.net39c13f88160e1b4feeb8fa9539e9f078e383e185</guid></item></channel></rss>