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 EFF77D24C for ; Fri, 6 Jul 2012 14:39:29 +0000 (UTC) Received: (qmail 55850 invoked by uid 500); 6 Jul 2012 14:39:29 -0000 Delivered-To: apmail-incubator-airavata-commits-archive@incubator.apache.org Received: (qmail 55804 invoked by uid 500); 6 Jul 2012 14:39:29 -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 55795 invoked by uid 99); 6 Jul 2012 14:39:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2012 14:39:29 +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; Fri, 06 Jul 2012 14:39:26 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8808E23889BF; Fri, 6 Jul 2012 14:39:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1358243 - /incubator/airavata/site/trunk/content/airavata/development/build.mdtext Date: Fri, 06 Jul 2012 14:39:06 -0000 To: airavata-commits@incubator.apache.org From: heshan@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120706143906.8808E23889BF@eris.apache.org> Author: heshan Date: Fri Jul 6 14:39:06 2012 New Revision: 1358243 URL: http://svn.apache.org/viewvc?rev=1358243&view=rev Log: Update article. Modified: incubator/airavata/site/trunk/content/airavata/development/build.mdtext Modified: incubator/airavata/site/trunk/content/airavata/development/build.mdtext URL: http://svn.apache.org/viewvc/incubator/airavata/site/trunk/content/airavata/development/build.mdtext?rev=1358243&r1=1358242&r2=1358243&view=diff ============================================================================== --- incubator/airavata/site/trunk/content/airavata/development/build.mdtext (original) +++ incubator/airavata/site/trunk/content/airavata/development/build.mdtext Fri Jul 6 14:39:06 2012 @@ -50,35 +50,31 @@ Five Minutes][3] document which will hel One of the salient features of Airavata Airavata is ability to use modules by themselves or as an integrated solution. The following modules can be build independently. - -XBaya Workflow GUI: mvn clean install -Dmodule=xbaya-gui - -GFac Application Management POJO version: mvn clean install -Dmodule=gfac-core - -GFac Axis2 Service: mvn clean install -Dmodule=gfac-axis2 - -WS-Messenger web service messaging system: mvn clean install -Dmodule=ws-messenger - -Sample Axis2 Web Services: mvn clean install -Dmodule=simple-math-service +* XBaya Workflow GUI: + * mvn clean install -Dmodule=xbaya-gui +* GFac Application Management POJO version: + * mvn clean install -Dmodule=gfac-core +* GFac Axis2 Service: + * mvn clean install -Dmodule=gfac-axis2 +* WS-Messenger web service messaging system: + * mvn clean install -Dmodule=ws-messenger +* Sample Axis2 Web Services: + * mvn clean install -Dmodule=simple-math-service ## Eclipse preparation - - * Download [Eclipse IDE for Java EE Developers](http://www.eclipse.org/downloads/) - * Follow the instructions on Eclipse [Add New Software](http://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-127.htm) to add the following pluggins - * Add [M2Eclipse](http://download.eclipse.org/technology/m2e/releases) pluggin. - * Add [Subclipse](http://subclipse.tigris.org/update_1.6.x/) pluggin +* Download [Eclipse IDE for Java EE Developers](http://www.eclipse.org/downloads/) +* Follow the instructions on Eclipse [Add New Software](http://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-127.htm) to add the following pluggins +* Add [M2Eclipse](http://download.eclipse.org/technology/m2e/releases) pluggin. +* Add [Subclipse](http://subclipse.tigris.org/update_1.6.x/) 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: -Import > Existing Maven Projects and point to trunk checkout directory. -You can import all or selective projects +* Build first using command line (see above) +* Regenerate .project/.classpath files +* maven eclipse:eclipse +* 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 [1]: http://maven.apache.org/download.html