Yes, we had to incorporate this change to make sure it doesn't break the p2-installations when need arises to update certain features included in nested features. To fix the product-build failures in p2-profile-gens
please ensure that below list of featureArtifactDefs are added under p2-repo-gen phase in the product's profile-gen pom.xml. These are the features which were included inside service.mgt.server feature earlier. Now since it is importing, these features should be published in *p2-repo-gen*for the product. <featureArtifactDef>org.wso2.carbon:org.wso2.carbon.security.mgt.server:4.0.5</featureArtifactDef> <featureArtifactDef>org.wso2.carbon:org.wso2.carbon.module.mgt.server:4.0.2</featureArtifactDef> <featureArtifactDef>org.wso2.carbon:org.wso2.carbon.throttle.server:4.0.2</featureArtifactDef> <featureArtifactDef>org.wso2.carbon:org.wso2.carbon.caching.server:4.0.2</featureArtifactDef> <featureArtifactDef>org.wso2.carbon:org.wso2.carbon.rm.server:4.0.0</featureArtifactDef> Sorry for the inconvenience caused. On Thu, Dec 13, 2012 at 9:35 PM, Pradeep Fernando <[email protected]> wrote: > Hi, > > Its true that this is not the time to make changes to the build. However, > this particular bug needs to be fixed. Service-mgt and security features > are heavily used across many products. Because of the wrong feature > definitions it causes errors during feature installation and we are kind > stuck once that happens. > > So, bettter to incoperate this change rather than ignoring it. Dileepa > please provide the instruction to be followed by the product teams. > > adding security-mgt feature in to the repo-gen goal should do, > > > thanks, > --Pradeep > -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
