Return-Path: X-Original-To: apmail-airavata-dev-archive@www.apache.org Delivered-To: apmail-airavata-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 279A0109A3 for ; Tue, 30 Jul 2013 16:15:27 +0000 (UTC) Received: (qmail 60216 invoked by uid 500); 30 Jul 2013 16:15:26 -0000 Delivered-To: apmail-airavata-dev-archive@airavata.apache.org Received: (qmail 60204 invoked by uid 500); 30 Jul 2013 16:15:26 -0000 Mailing-List: contact dev-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list dev@airavata.apache.org Received: (qmail 60196 invoked by uid 99); 30 Jul 2013 16:15:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jul 2013 16:15:26 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of thejaka.amila@gmail.com designates 209.85.214.179 as permitted sender) Received: from [209.85.214.179] (HELO mail-ob0-f179.google.com) (209.85.214.179) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jul 2013 16:15:21 +0000 Received: by mail-ob0-f179.google.com with SMTP id fb19so3504206obc.24 for ; Tue, 30 Jul 2013 09:15:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=XCZUY22RzjH72aykJGPFlBRkYebHFGSoAD/pNvBu4TE=; b=lNYjgQ/t2w9wrKmX7XOl86JDvhmy36y62w0ba136tXB/xKSmLV0r+mKvc6Jou8PzkM N8etbHNDXDmaN0dM/yIe3X8Aj58KgF3HzkMIRu5embBe6+dMDt6TjegA3Ox6DG+bG9wa dNB7dspzQ+yspi3H+f4Ioa83Rynz+WPf2GgfknJEBKBMIYbezvTMXoa71yD6Z+jN8R0v 9ADGCfMbujgJIRmTc2+hLkjgEmrqB3TwIJxDrRY1fwkKGtgTNFS9D8JGrXPyLMsdUZcw xMemG14hjQApTDVXWYP1i4AIdjdVn0U7A/veE7KhBPydRvfQXAMANvWDDxnjpfJJ4mBl hCeQ== MIME-Version: 1.0 X-Received: by 10.60.45.38 with SMTP id j6mr62936131oem.56.1375200900465; Tue, 30 Jul 2013 09:15:00 -0700 (PDT) Received: by 10.76.119.10 with HTTP; Tue, 30 Jul 2013 09:15:00 -0700 (PDT) In-Reply-To: References: Date: Tue, 30 Jul 2013 12:15:00 -0400 Message-ID: Subject: Re: [GSoC] Building and running Xbaya web ui From: Amila Jayasekara To: dev@airavata.apache.org Content-Type: multipart/alternative; boundary=089e015367ec2ad02b04e2bce9d9 X-Virus-Checked: Checked by ClamAV on apache.org --089e015367ec2ad02b04e2bce9d9 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Jul 30, 2013 at 12:11 PM, Sanchit Aggarwal < sanchitagarwal108@gmail.com> wrote: > Hi Amila > > You have to install ruby gems : compass. > We can have a script for the initial setup but we hope to include it in > maven build during the integration of all the sub-projects. > > 1. "gem install compass" will do the necessary. > Guess we need to add this to readme file. Will be great if we can have a script to do initial setup as mentioned in the previous mail. Thanks Amila > > Regards > Sanchit Aggarwal > MS Research (Computer Science) > Center for Visual Information Technology > IIIT Hyderabad, Gachibowli > Contact - 9581417330 > > > > On Tue, Jul 30, 2013 at 9:21 PM, Amila Jayasekara > wrote: > >> Hi All, >> >> I was trying to build and run XBaya web ui currently in gsoc2013 folder >> in sandbox. I was following instructions in [1]. >> >> I am having following concerns; >> 1. According to [1] we need to install few software components before >> building the source. Can we compile a script to setup initial environment ? >> 2. When I run "grunt test", I get following output; >> >> [~/development/apache/airavata/sandbox/gsoc2013]>grunt test >> Running "clean:server" (clean) task >> >> Running "concurrent:test" (concurrent) task >> >> Running "coffee:dist" (coffee) task >> >> Running "coffee:test" (coffee) task >> >> Done, without errors. >> Warning: Running "compass:dist" (compass) task >> Warning: You need to have Ruby and Compass installed and in your >> system PATH for this task to work. More info: >> https://github.com/gruntjs/grunt-contrib-compass Use --force to continue. >> >> Aborted due to warnings. Use --force to continue. >> >> Aborted due to warnings. >> >> ==================================================================== >> >> Above warning complains about "ruby". Do we need ruby to run tests ? >> >> 3. How can I deploy and start XBaya web UI ? (Couldnt find any wiki link >> relevant to this, other than a registry api java script client) >> >> Thanks >> Amila >> >> [1] https://svn.apache.org/repos/asf/airavata/sandbox/gsoc2013/README.md >> > > --089e015367ec2ad02b04e2bce9d9 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable



On Tue, Jul 30, 2013 at 12:11 PM, Sanchit Aggarwal <sanc= hitagarwal108@gmail.com> wrote:
Hi Amila

You have to install ruby gems : compass.
We can have a script fo= r the initial setup but we hope to include it in maven build during the int= egration of all the sub-projects.

1. "gem install compass" will do the necessar= y.

Guess we need to add this to= readme file. Will be great if we can have a script to do initial setup as = mentioned in the previous mail.

Thanks
Amila=A0

Regards
Sanchit Aggarwal
MS Research (Computer Science)
Center for Visual Information Technology
IIIT Hyderabad, Gachibow= li
Contact - 9581417330

<= /div>


On Tue, Jul 30, 2013 at 9:21 PM, Amila J= ayasekara <thejaka.amila@gmail.com> wrote:
Hi All,

I was trying to build and run X= Baya web ui currently in gsoc2013 folder in sandbox. I was following instru= ctions in [1].

I am having following concerns;
1. According to [1] we need to install few software components before = building the source. Can we compile a script to setup initial environment ?=
2. When I run "grunt test", I get following output;

[~/development/apache/airavata/sandbox/gsoc2013]&g= t;grunt test
Running "clean:server" (clean) task
<= div>
Running "concurrent:test" (concurrent) task
=A0 =A0=A0
=A0 =A0 Running "coffee:dist" (coffee) = task
=A0 =A0=A0
=A0 =A0 Running "coffee:test"= (coffee) task
=A0 =A0=A0
=A0 =A0 Done, without errors.=
=A0 =A0 =A0 =A0 Warning: Running "compass:dist" (compa= ss) task
=A0 =A0 Warning: You need to have Ruby and Compass installed and in yo= ur system PATH for this task to work. More info: https://github.com/gru= ntjs/grunt-contrib-compass Use --force to continue.
=A0 =A0=A0
=A0 =A0 Aborted due to warnings. Use --force to c= ontinue.
=A0 =A0 =A0 =A0=A0
=A0 =A0 =A0 =A0 Aborted due= to warnings.

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D

Above warning complains about "ruby". Do we n= eed ruby to run tests ?

3. How can I deploy and st= art XBaya web UI ? (Couldnt find any wiki link relevant to this, other than= a registry api java script client)

Thanks
Amila

[1]=A0<= a href=3D"https://svn.apache.org/repos/asf/airavata/sandbox/gsoc2013/README= .md" target=3D"_blank">https://svn.apache.org/repos/asf/airavata/sandbox/gs= oc2013/README.md


--089e015367ec2ad02b04e2bce9d9--