You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by bu...@apache.org on 2011/08/25 22:42:38 UTC

svn commit: r794917 - /websites/staging/airavata/trunk/content/airavata/build.html

Author: buildbot
Date: Thu Aug 25 20:42:37 2011
New Revision: 794917

Log:
Staging update by buildbot

Modified:
    websites/staging/airavata/trunk/content/airavata/build.html

Modified: websites/staging/airavata/trunk/content/airavata/build.html
==============================================================================
--- websites/staging/airavata/trunk/content/airavata/build.html (original)
+++ websites/staging/airavata/trunk/content/airavata/build.html Thu Aug 25 20:42:37 2011
@@ -77,10 +77,16 @@
 <p>Assuming source code is checked out to airavata-trunk directory, for example: </p>
 <p>svn co https://svn.apache.org/repos/asf/incubator/airavata/trunk/ airavata-trunk</p>
 <h3 id="prerequisites">Prerequisites</h3>
-<p>set or export JAVA_HOME to point to JDK </p>
+<ul>
+<li>Sources compilation require Java SE 5 or higher.</li>
+<li>The project is built with Apache Maven 3+ (suggested is 3.0.3) <a href="http://maven.apache.org/download.html">Download</a> and <a href="http://maven.apache.org/download.html#Installation">install</a></li>
+<li>set or export JAVA_HOME to point to JDK </li>
+</ul>
 <p>For example in Ubuntu: export JAVA_HOME=/usr/lib/jvm/java-6-openjdk</p>
 <h2 id="command_line">Command line</h2>
 <p>cd airavata-trunk</p>
+<p>mvn clean install</p>
+<p>To setup without running tests</p>
 <p>mvn clean install -DskipTests</p>
 <h3 id="build_profiles">Build profiles</h3>
 <p><a href="https://issues.apache.org/jira/browse/AIRAVATA-16">Build profiles for WS-Messenger</a>:</p>