On Fri, Mar 30, 2012 at 12:15 PM, Nirmal Fernando <[email protected]> wrote: > Another issue related to > products/apimgt/modules/jaggery-apps/api-provider-web/pom.xml fixed at > r124498. > > On Fri, Mar 30, 2012 at 11:57 AM, Nirmal Fernando <[email protected]> wrote: >> On Fri, Mar 30, 2012 at 11:32 AM, Afkham Azeez <[email protected]> wrote: >>> Please commit this. Too many build breaks from API Mgt team in the past few >>> days. Perhaps, we should have stabilized the existing build without APIMgt >>> and then added it to the main pom. >> >> Committed in r124497. >> >>> >>> On Fri, Mar 30, 2012 at 11:29 AM, Nirmal Fernando <[email protected]> wrote: >>>> >>>> Hi, >>>> >>>> I see $Subject. Following diff solved the issue, please verify! >>>> >>>> Index: >>>> components/apimgt/org.wso2.carbon.apimgt.usage/org.wso2.carbon.apimgt.usage.analyzer/pom.xml >>>> =================================================================== >>>> --- >>>> components/apimgt/org.wso2.carbon.apimgt.usage/org.wso2.carbon.apimgt.usage.analyzer/pom.xml >>>> (revision >>>> 124479) >>>> +++ >>>> components/apimgt/org.wso2.carbon.apimgt.usage/org.wso2.carbon.apimgt.usage.analyzer/pom.xml >>>> (working >>>> copy) >>>> @@ -6,6 +6,7 @@ >>>> <artifactId>apimgt</artifactId> >>>> <groupId>org.wso2.carbon</groupId> >>>> <version>1.0.0-SNAPSHOT</version> >>>> + <relativePath>../../pom.xml</relativePath>
Though this fixes the issue (i.e. pointing to the parent pom related to artifactId), now only I noticed that even the artifactId of the parent is wrong! :S Will commit the proper fix once I get the commit rights to the frozen trunk. >>>> </parent> >>>> <modelVersion>4.0.0</modelVersion> >>>> >>>> >>>> -- >>>> >>>> Thanks & regards, >>>> Nirmal >>>> >>>> Software Engineer- Platform Technologies Team, WSO2 Inc. >>>> Mobile: +94715779733 >>>> Blog: http://nirmalfdo.blogspot.com/ >>>> _______________________________________________ >>>> Dev mailing list >>>> [email protected] >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >>> >>> >>> -- >>> Afkham Azeez >>> Director of Architecture; WSO2, Inc.; http://wso2.com >>> Member; Apache Software Foundation; http://www.apache.org/ >>> >>> email: [email protected] cell: +94 77 3320919 >>> blog: http://blog.afkham.org >>> twitter: http://twitter.com/afkham_azeez >>> linked-in: http://lk.linkedin.com/in/afkhamazeez >>> >>> Lean . Enterprise . Middleware >>> >> >> >> >> -- >> >> Thanks & regards, >> Nirmal >> >> Software Engineer- Platform Technologies Team, WSO2 Inc. >> Mobile: +94715779733 >> Blog: http://nirmalfdo.blogspot.com/ > > > > -- > > Thanks & regards, > Nirmal > > Software Engineer- Platform Technologies Team, WSO2 Inc. > Mobile: +94715779733 > Blog: http://nirmalfdo.blogspot.com/ -- Thanks & regards, Nirmal Software Engineer- Platform Technologies Team, WSO2 Inc. Mobile: +94715779733 Blog: http://nirmalfdo.blogspot.com/ _______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
