Return-Path: X-Original-To: apmail-incubator-airavata-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-airavata-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E0D9B660D for ; Wed, 27 Jul 2011 19:54:38 +0000 (UTC) Received: (qmail 34273 invoked by uid 500); 27 Jul 2011 19:54:38 -0000 Delivered-To: apmail-incubator-airavata-commits-archive@incubator.apache.org Received: (qmail 34236 invoked by uid 500); 27 Jul 2011 19:54:38 -0000 Mailing-List: contact airavata-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: airavata-dev@incubator.apache.org Delivered-To: mailing list airavata-commits@incubator.apache.org Received: (qmail 34229 invoked by uid 99); 27 Jul 2011 19:54:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2011 19:54:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2011 19:54:36 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C945623889BB for ; Wed, 27 Jul 2011 19:54:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r793369 - in /websites/staging/airavata/trunk/content/airavata: build.html source.html Date: Wed, 27 Jul 2011 19:54:14 -0000 To: airavata-commits@incubator.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110727195414.C945623889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Wed Jul 27 19:54:14 2011 New Revision: 793369 Log: Staging update by buildbot Modified: websites/staging/airavata/trunk/content/airavata/build.html websites/staging/airavata/trunk/content/airavata/source.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 Wed Jul 27 19:54:14 2011 @@ -76,19 +76,31 @@

Follow instructions to get source code.

Assuming source code is checked out to airavata-trunk directory, for example:

svn co https://svn.apache.org/repos/asf/incubator/airavata/trunk/ airavata-trunk

+

Prerequisites

+

set or export JAVA_HOME to point to JDK

+

For example in Ubuntu: export JAVA_HOME=/usr/lib/jvm/java-6-openjdk

Command line

-

maven clear install

+

cd airavata-trunk

+

mvn clean install -DskipTests

Build profiles

Build profiles for WS-Messenger:

messagebroker - mvn clean install -Dmodule=messagebroker

messagebox - mvn clean install -Dmodule=messagebox

messenger - mvn clean install -Dmodule=messenger

workflowtracking - mvn clean install -Dmodule=workflowtracking

-

Eclipse

-

Build first using command line.

-

Update classpath to

+

Eclipse preparation

+
    +
  • Download [Eclipse IDE for Java EE Developers][4]
  • +
  • Add [M2Eclipse][5] pluggin.
  • +
  • Add [Subclipse][6] pluggin
  • +
+

Eclipse workspace configuration

+

Build first using command line (see above)

+

Regenerate .project/.classpath files

maven eclipse:eclipse

-

Open eclipse and import projects from airavata-trunk

+

Open eclipse and import projects from airavata-trunk:
+Import > Existing Maven Projects and point to trunk checkout directory. +You can import all or selective projects