Re: [Dev] [APIM] APIM 1.10.X Build failure

2015-12-07 Thread Malintha Adikari
Hi, Issue was with my current branch and resolved that. Thank you very much. Regards, Malintha ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [APIM] APIM 1.10.X Build failure

2015-12-07 Thread Madusanka Premaratne
Hi Malintha, It needs the version 2.0.1-SNAPSHOT and you need to build[1] before building product-apim. [1] - https://github.com/wso2/carbon-apimgt/tree/release-2.0.1 Thanks, Madusanka On Mon, Dec 7, 2015 at 2:38 PM, Malintha Adikari wrote: > Hi, > > I have already built

Re: [Dev] [APIM] APIM 1.10.X Build failure

2015-12-07 Thread Malintha Amarasinghe
Hi Malintha, I assume you are trying to build APIM 1.10 snapshot version. In order to do that, you have to switch into 1.10.x branch in product-apim. Seems like you are building master branch. Thanks. > > [ERROR] Error occured when processing the Feature Artifact: >

Re: [Dev] [APIM] APIM 1.10.X Build failure

2015-12-07 Thread Malintha Adikari
Hi, I have already built carbon-apimgt branch release-1.10.x but I am getting following build failure in APIM 1.10.x branch. What is the reason for this ? [ERROR] Error occured when processing the Feature Artifact:

Re: [Dev] [APIM] APIM 1.10.X Build failure

2015-12-07 Thread Abimaran Kugathasan
Hi Malintha, This shouldn't happen. Have you update the repo? APIM 1.10.x isn't using org.wso2.carbon.apimgt:org.wso2.carbon.forum.server.feature:zip:2.0.1-SNAPSHOT. Currently, APIM 1.10.x depends on carbon-apimgt's release-1.10.x branch. Please update your local repository and see. We have

Re: [Dev] [APIM] APIM 1.10.X Build failure

2015-12-07 Thread Abimaran Kugathasan
Wrong reference provided, please use below. [1] : https://wso2.org/jenkins/job/product-apim_release-1.10.x/ On Mon, Dec 7, 2015 at 3:47 PM, Abimaran Kugathasan wrote: > Hi Malintha, > > This shouldn't happen. Have you update the repo? > > APIM 1.10.x isn't using

[Dev] [APIM] APIM 1.10.X Build failure

2015-09-21 Thread Irham Iqbal
Hi, When I am trying to build apim git repo[1] 1.10.x branch I am getting the following exception. Any ideas on this ? [INFO] WSO2 Stratos API Manager - Deployment Features ... SUCCESS [0.431s] [INFO] WSO2 API Manager - P2 Profile Generation Parent ... SUCCESS [0.028s] [INFO] WSO2 API Manager

Re: [Dev] [APIM] APIM 1.10.X Build failure

2015-09-21 Thread Udara Rathnayake
try building https://github.com/wso2/carbon-apimgt/ repository first. I think release-1.10.x is the branch you have to build. This is where we have apim related components/features. On Mon, Sep 21, 2015 at 1:12 PM, Irham Iqbal wrote: > Hi, > > When I am trying to build apim git

Re: [Dev] [APIM] APIM 1.10.X Build failure

2015-09-21 Thread Madusanka Premaratne
Hi Iqbal, As Udara mentioned you need to build, carbon-apimgt[1] first. The mentioned product-apim needs components and features of the version 4.3.0-SNAPSHOT, which are not released yet. So please build carbon-apimgt first. [1] - https://github.com/wso2/carbon-apimgt/tree/release-1.10.x Thanks,

Re: [Dev] [APIM] APIM 1.10.X Build failure

2015-09-21 Thread Irham Iqbal
Hi All, It solved by building repo carbon-apimgt branch release-1.10.x Thanks, Iqbal On Mon, Sep 21, 2015 at 1:40 PM, Madusanka Premaratne wrote: > Hi Iqbal, > As Udara mentioned you need to build,