Return-Path: X-Original-To: apmail-stratos-dev-archive@minotaur.apache.org Delivered-To: apmail-stratos-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 41FA91064E for ; Sat, 3 Aug 2013 05:33:54 +0000 (UTC) Received: (qmail 24762 invoked by uid 500); 3 Aug 2013 05:33:47 -0000 Delivered-To: apmail-stratos-dev-archive@stratos.apache.org Received: (qmail 24647 invoked by uid 500); 3 Aug 2013 05:33:46 -0000 Mailing-List: contact dev-help@stratos.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stratos.incubator.apache.org Delivered-To: mailing list dev@stratos.incubator.apache.org Received: (qmail 24640 invoked by uid 99); 3 Aug 2013 05:33:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Aug 2013 05:33:45 +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 pradeepfn@gmail.com designates 209.85.220.42 as permitted sender) Received: from [209.85.220.42] (HELO mail-pa0-f42.google.com) (209.85.220.42) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Aug 2013 05:33:41 +0000 Received: by mail-pa0-f42.google.com with SMTP id lj1so1392666pab.1 for ; Fri, 02 Aug 2013 22:33:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=5ZVB6Fn+/IAA9YWrssOO0c0EPKZRQiD6Nppm+2ueffw=; b=HO0bQcPyUcNHR/Na989l4eAD4NjDBXoxrEltJnVmRAKDckbl51B/O7APtttSHne2Dp 8VXKEZcH2tQTp8/siLbU8kHpSoMIW+mR1nn39zcHVGcLF2H9IiiQZciDJK5pOaSUfQ4N FvoThf/U+FKaqeDMOZkqpN7hrooF/+PKVLdRddyABibAeQqPhnl3SWxEggulkWWHSNMD QBeDeAfCKCz1x5FNoaxogt816ye/5kuKPPrwCZ85jiPVCTk96VaP3UY4HTG59l/8bVbU qzpKn9PGfIlmAcI869RPdFx7jAGGc5GLptR2w1TMQwYdWdhMg0xJ/KkpGvUfEnF6FSt6 Esaw== X-Received: by 10.68.255.1 with SMTP id am1mr11305743pbd.68.1375508001114; Fri, 02 Aug 2013 22:33:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.70.92.195 with HTTP; Fri, 2 Aug 2013 22:33:00 -0700 (PDT) In-Reply-To: References: From: Pradeep Fernando Date: Sat, 3 Aug 2013 11:03:00 +0530 Message-ID: Subject: Re: Build failure.. To: dev Content-Type: multipart/alternative; boundary=047d7b45059ccad47004e30469eb X-Virus-Checked: Checked by ClamAV on apache.org --047d7b45059ccad47004e30469eb Content-Type: text/plain; charset=UTF-8 I had a look. The root cause is, we are bundling some of wso2 features in apache-stratos distributions. IMHO, we should cleanup the apache-stratos product profiles.. (looks like wso2 code base has the same feature versions without version upgrades, it conflicts with apache-stratos build) For an example we are installing try-it, sequence, etc features. We should get rid of them. Ideally, AFAIU, it should be Carbon kernel + Apache stratos features. Thanks. On Sat, Aug 3, 2013 at 10:50 AM, Lahiru Sandaruwan wrote: > I will look into this. > > Thanks. > > > On Sat, Aug 3, 2013 at 10:44 AM, Pradeep Fernando wrote: > >> Hi, >> >> Im getting the below build failure. IMHO, we should be able to keep the >> build stable, at any given time. Since this is a small code base, >> committers should always build the code before they commit. (even the code >> base is large there is no excuse.. :) ) >> >> Cannot complete the install because one or more required items could not >> be found. >> Software being installed: WSO2 Carbon - Axis2 Transport HTTP >> Pass-through Feature 1.0.2 >> (org.wso2.carbon.transports.passthru.feature.group 1.0.2) >> Missing requirement: WSO2 Carbon - Axis2 Transport HTTP Pass-through >> Feature 1.0.2 (org.wso2.carbon.transports.passthru.feature.group 1.0.2) >> requires 'org.wso2.carbon.core.server.feature.group [4.2.0.SNAPSHOT,4.3.0)' >> but it could not be found >> Application failed, log file location: >> /home/pradeep/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1375506253898.log >> >> --Pradeep >> >> >> > > > -- > -- > Lahiru Sandaruwan > Software Engineer, > Platform Technologies, > WSO2 Inc., http://wso2.com > lean.enterprise.middleware > > email: lahirus@wso2.com cell: (+94) 773 325 954 > blog: http://lahiruwrites.blogspot.com/ > twitter: http://twitter.com/lahirus > linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146 > > -- Pradeep Fernando. http://pradeepfernando.blogspot.com/ --047d7b45059ccad47004e30469eb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I had a look. The root cause is, we are bundling some of w= so2 features in apache-stratos distributions. IMHO, we should cleanup the a= pache-stratos product profiles..
(looks like wso2 code base has t= he same feature versions without version upgrades, it conflicts with apache= -stratos build)


For an example we are installing try-it,= sequence, etc features. We should get rid of them.

Ideally, AFAIU, it should be=C2=A0

Carbon kernel + Apache stratos features.

Thanks.




On Sat, Aug 3, 201= 3 at 10:50 AM, Lahiru Sandaruwan <lahirus@wso2.com> wrote:
I will look into this.
=
Thanks.


On Sat, Aug 3, 2013 at 10:44 AM, Pradeep= Fernando <pradeepfn@gmail.com> wrote:
Hi,=C2=A0

Im getting the below build failure. IMHO, we should be able to keep the b= uild stable, at any given time. Since this is a small code base, committers= should always build the code before they commit. (even the code base is la= rge there is no excuse.. :) )

Cannot complete the install because one or more re= quired items could not be found.
=C2=A0Software being installed: = WSO2 Carbon - Axis2 Transport HTTP Pass-through Feature 1.0.2 (org.wso2.car= bon.transports.passthru.feature.group 1.0.2)
=C2=A0Missing requirement: WSO2 Carbon - Axis2 Transport HTTP Pass-thr= ough Feature 1.0.2 (org.wso2.carbon.transports.passthru.feature.group 1.0.2= ) requires 'org.wso2.carbon.core.server.feature.group [4.2.0.SNAPSHOT,4= .3.0)' but it could not be found
Application failed, log file location: /home/pradeep/.m2/repository/or= g/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1375506253898= .log

--Pradeep





--



--
Pradeep Fern= ando.
http://pradeepfer= nando.blogspot.com/
--047d7b45059ccad47004e30469eb--