Fixed bam Thanks. On Thu, Jul 14, 2011 at 9:16 AM, Ranga Siriwardena <[email protected]> wrote:
> Fixed in manager and app-server. > > > On Thu, Jul 14, 2011 at 8:43 AM, Anjana Fernando <[email protected]> wrote: > >> Hi, >> >> Yes, that will fix the errors. Earlier, they couldn't find the 3.2.1 >> version of the data sources in other products, because, they'd 3.2.0 in the >> p2-profile. Thanks Ranga for fixing it. >> >> Cheers, >> Anjana. >> >> >> On Thu, Jul 14, 2011 at 8:28 AM, Sanjeewa Malalgoda <[email protected]>wrote: >> >>> With that modification manager builds fine.Anjana is that ok to change >>> those versions? >>> >>> >>> On Thu, Jul 14, 2011 at 8:15 AM, Ranga Siriwardena <[email protected]>wrote: >>> >>>> Hi, >>>> >>>> It looks datasource feature version is not correct in p2 profile gen of >>>> services. Following fix solves the build errors. DS team please confirm it. >>>> It looks the same issue occurs with other products too.. >>>> >>>> carbon320@sr2:~/carbon/products/manager/1.5.1/modules/p2-profile-gen/service$ >>>> svn diff >>>> Index: pom.xml >>>> =================================================================== >>>> --- pom.xml (revision 110141) >>>> +++ pom.xml (working copy) >>>> @@ -110,7 +110,7 @@ >>>> >>>> <featureArtifactDef>org.wso2.carbon:org.apache.synapse.wso2.feature:${synapse.version}</featureArtifactDef> >>>> >>>> <featureArtifactDef>org.wso2.carbon:org.wso2.carbon.task.server.feature:${carbon.version}</featureArtifactDef> >>>> >>>> <featureArtifactDef>org.wso2.carbon:org.wso2.carbon.dataservices.server.feature:${carbon.platform.patch.version}</featureArtifactDef> >>>> - >>>> <featureArtifactDef>org.wso2.carbon:org.wso2.carbon.datasource.server.feature:${carbon.version}</featureArtifactDef> >>>> + >>>> <featureArtifactDef>org.wso2.carbon:org.wso2.carbon.datasource.server.feature:${carbon.platform.patch.version}</featureArtifactDef> >>>> >>>> <featureArtifactDef>org.wso2.carbon:org.wso2.carbon.service.mgt.server.feature:${carbon.platform.patch.version}</featureArtifactDef> >>>> >>>> <featureArtifactDef>org.wso2.carbon:org.wso2.carbon.transport.mgt.server.feature:${carbon.version}</featureArtifactDef> >>>> >>>> <featureArtifactDef>org.wso2.carbon:org.wso2.carbon.event.server.feature:${carbon.platform.patch.version}</featureArtifactDef> >>>> @@ -135,7 +135,7 @@ >>>> </featureArtifactDef> >>>> >>>> <featureArtifactDef>org.wso2.carbon:org.wso2.carbon.identity.core.ui.feature:${carbon.version} >>>> </featureArtifactDef> >>>> - >>>> <featureArtifactDef>org.wso2.carbon:org.wso2.carbon.datasource.feature:${carbon.version} >>>> + >>>> <featureArtifactDef>org.wso2.carbon:org.wso2.carbon.datasource.feature:${carbon.platform.patch.version} >>>> </featureArtifactDef> >>>> >>>> <featureArtifactDef>org.wso2.carbon:org.wso2.carbon.load.balance.agent.server.feature:${stratos.version}</featureArtifactDef> >>>> >>>> <featureArtifactDef>org.wso2.carbon:org.wso2.carbon.issue.tracker.feature:${carbon.platform.patch.version}</featureArtifactDef> >>>> @@ -196,7 +196,7 @@ >>>> </feature> >>>> <feature> >>>> >>>> <id>org.wso2.carbon.datasource.server.feature.group</id> >>>> - >>>> <version>${carbon.version}</version> >>>> + >>>> <version>${carbon.platform.patch.version}</version> >>>> </feature> >>>> <feature> >>>> >>>> <id>org.wso2.carbon.service.mgt.server.feature.group</id> >>>> @@ -240,7 +240,7 @@ >>>> </feature> >>>> <feature> >>>> >>>> <id>org.wso2.carbon.datasource.feature.group</id> >>>> - >>>> <version>${carbon.version}</version> >>>> + >>>> <version>${carbon.platform.patch.version}</version> >>>> </feature> >>>> <feature> >>>> >>>> <id>org.wso2.carbon.gadget.editor.feature.group</id> >>>> >>>> >>>> >>>> >>>> >>>> On Thu, Jul 14, 2011 at 6:05 AM, WSO2 Carbon 3.2.0 Builder (US1) < >>>> [email protected]> wrote: >>>> >>>>> [INFO] Installing org.wso2.carbon.task.server.feature.group 3.2.0. >>>>> [INFO] Installing org.wso2.carbon.dataservices.server.feature.group >>>>> 3.2.1. >>>>> [INFO] Installing org.wso2.carbon.datasource.server.feature.group >>>>> 3.2.0. >>>>> [INFO] Installing org.wso2.carbon.service.mgt.server.feature.group >>>>> 3.2.1. >>>>> [INFO] Installing org.wso2.carbon.transport.mgt.server.feature.group >>>>> 3.2.0. >>>>> [INFO] Installing org.wso2.carbon.event.server.feature.group 3.2.1. >>>>> [INFO] Installing org.wso2.carbon.event.common.feature.group 3.2.0. >>>>> [INFO] Installing org.wso2.carbon.registry.core.server.feature.group >>>>> 3.2.0. >>>>> [INFO] Installing org.wso2.carbon.bam.server.feature.group 3.2.1. >>>>> [INFO] Installing org.wso2.carbon.admin.mgt.server.feature.group 3.2.1. >>>>> [INFO] Installing org.wso2.carbon.admin.mgt.ui.feature.group 3.2.0. >>>>> [INFO] Installing org.wso2.carbon.reporting.server.feature.group 3.2.1. >>>>> [INFO] Installing org.wso2.carbon.reporting.ui.feature.group 3.2.0. >>>>> [INFO] Installing org.wso2.carbon.datasource.feature.group 3.2.0. >>>>> [INFO] Installing org.wso2.carbon.gadget.editor.feature.group 3.2.0. >>>>> [INFO] Installing org.wso2.carbon.gadget.editor.ui.feature.group 3.2.0. >>>>> [INFO] Installing >>>>> org.wso2.carbon.dashboard.dashboardpopulator.server.feature.group 3.2.0. >>>>> [INFO] Installing org.wso2.carbon.dashboard.feature.group 3.2.1. >>>>> [INFO] Installing org.wso2.carbon.identity.core.server.feature.group >>>>> 3.2.0. >>>>> [INFO] Installing org.wso2.carbon.identity.core.ui.feature.group 3.2.0. >>>>> [INFO] Installing >>>>> org.wso2.carbon.identity.relying.party.server.feature.group 3.2.0. >>>>> [INFO] Installing >>>>> org.wso2.carbon.identity.relying.party.ui.feature.group 3.2.0. >>>>> [INFO] Installing >>>>> org.wso2.carbon.load.balance.agent.server.feature.group 1.1.0. >>>>> [INFO] Installing org.wso2.carbon.issue.tracker.feature.group 3.2.1. >>>>> [ERROR] Cannot complete the install because one or more required items >>>>> could not be found. >>>>> [ERROR] Software being installed: Data Service Hosting Core Feature >>>>> 3.2.1 (org.wso2.carbon.dataservices.server.feature.group 3.2.1) >>>>> [ERROR] Missing requirement: Data Service Hosting Core Feature 3.2.1 >>>>> (org.wso2.carbon.dataservices.server.feature.group 3.2.1) requires >>>>> 'org.wso2.carbon.datasource.server.feature.group [3.2.1,3.3.0)' but it >>>>> could >>>>> not be found >>>>> [ERROR] Application failed, log file location: >>>>> /home/carbon320/carbon/products/manager/1.5.1/modules/p2-profile-gen/service/target/p2-agent/configuration/1310603692243.log >>>>> [INFO] >>>>> ------------------------------------------------------------------------ >>>>> [ERROR] BUILD ERROR >>>>> [INFO] >>>>> ------------------------------------------------------------------------ >>>>> [INFO] >>>>> >>>>> [INFO] >>>>> ------------------------------------------------------------------------ >>>>> [INFO] For more information, run Maven with the -e switch >>>>> [INFO] >>>>> ------------------------------------------------------------------------ >>>>> [INFO] Total time: 2 minutes 47 seconds >>>>> [INFO] Finished at: Wed Jul 13 20:35:08 EDT 2011 >>>>> [INFO] Final Memory: 143M/1257M >>>>> [INFO] >>>>> ------------------------------------------------------------------------ >>>>> _______________________________________________ >>>>> Carbon-dev mailing list >>>>> [email protected] >>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>>> >>>> >>>> >>>> Thanks. >>>> -- >>>> Ranga Siriwardena >>>> Software Engineer >>>> WSO2 Inc. >>>> >>>> Blog: http://rangasiriwardena.blogspot.com/ >>>> >>>> >>>> _______________________________________________ >>>> Carbon-dev mailing list >>>> [email protected] >>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>> >>>> >>> >>> >>> -- >>> *Sanjeewa Malalgoda* >>> Software Engineer >>> ** >>> *WSO2, Inc.* >>> lean.enterprise.middleware. >>> >>> mobile : +94 713068779 >>> web: http://wso2.com >>> <http://sanjeewamalalgoda.blogspot.com/>blog >>> :http://sanjeewamalalgoda.blogspot.com/<http://sanjeewamalalgoda.blogspot.com/> >>> >>> [image: >>> http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif] >>> >>> >>> _______________________________________________ >>> Carbon-dev mailing list >>> [email protected] >>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>> >>> >> >> >> -- >> *Anjana Fernando* >> Senior Software Engineer >> WSO2 Inc. | http://wso2.com >> lean . enterprise . middleware >> >> _______________________________________________ >> Carbon-dev mailing list >> [email protected] >> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >> >> > > -- > Ranga Siriwardena > Software Engineer > WSO2 Inc. > > Blog: http://rangasiriwardena.blogspot.com/ > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > -- *Sanjeewa Malalgoda* Software Engineer ** *WSO2, Inc.* lean.enterprise.middleware. mobile : +94 713068779 web: http://wso2.com <http://sanjeewamalalgoda.blogspot.com/>blog :http://sanjeewamalalgoda.blogspot.com/<http://sanjeewamalalgoda.blogspot.com/> [image: http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif]
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
