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

svn commit: r1161744 - /incubator/airavata/site/trunk/content/airavata/build.mdtext

Author: raminder
Date: Thu Aug 25 20:42:24 2011
New Revision: 1161744

URL: http://svn.apache.org/viewvc?rev=1161744&view=rev
Log:
Added perrequisite for Java 5 and maven 3+ and maven command

Modified:
    incubator/airavata/site/trunk/content/airavata/build.mdtext

Modified: incubator/airavata/site/trunk/content/airavata/build.mdtext
URL: http://svn.apache.org/viewvc/incubator/airavata/site/trunk/content/airavata/build.mdtext?rev=1161744&r1=1161743&r2=1161744&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/build.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/build.mdtext Thu Aug 25 20:42:24 2011
@@ -25,7 +25,9 @@ svn co https://svn.apache.org/repos/asf/
 
 ### Prerequisites
 
-set or export JAVA_HOME to point to JDK 
+  - Sources compilation require Java SE 5 or higher.
+  - The project is built with Apache Maven 3+ (suggested is 3.0.3) [Download][1] and [install][2]
+  - set or export JAVA_HOME to point to JDK 
 
 For example in Ubuntu: export JAVA_HOME=/usr/lib/jvm/java-6-openjdk
 
@@ -33,6 +35,10 @@ For example in Ubuntu: export JAVA_HOME=
 
 cd airavata-trunk
 
+mvn clean install
+
+To setup without running tests
+
 mvn clean install -DskipTests
 
 
@@ -71,3 +77,5 @@ Open eclipse and import projects from ai
 Import > Existing Maven Projects and point to trunk checkout directory. 
 You can import all or selective projects
 
+  [1]: http://maven.apache.org/download.html
+  [2]: http://maven.apache.org/download.html#Installation
\ No newline at end of file