Re: [Dev] [GREG] Error when adding JaCoco code coverage to test automation

2015-09-02 Thread Krishantha Samaraweera
Fix for this issue is already specified there in the doc [1] under Troubleshooting section. Thanks, Krishantha. [1] https://docs.google.com/a/wso2.com/document/d/1pMJGdRH4Kmc4J3rYzgnpGlR5AnSeoC4QL9gMX9tUhYs/edit?usp=sharing On Wed, Sep 2, 2015 at 10:57 AM, Rajith Roshan wrote: > Hi Devs, > > I

Re: [Dev] [GREG] Error when adding JaCoco code coverage to test automation

2015-09-02 Thread Rajith Roshan
Hi Nuwan, It worked after excluding the dependency from registry.activities as well. Thanks a lot for the help. Thanks! Rajith On Wed, Sep 2, 2015 at 2:47 PM, Nuwan Wimalasekara wrote: > Hi Rajith, > > The issue is with the asm dependency. asm dependency should be removed > from all dependenci

Re: [Dev] [GREG] Error when adding JaCoco code coverage to test automation

2015-09-02 Thread Nuwan Wimalasekara
Hi Rajith, The issue is with the asm dependency. asm dependency should be removed from all dependencies. Please exclude the asm dependency from org.wso2.carbon.registry.activities as well. This will solve above issue. org.wso2.carbon.registry org.wso2.carbon.registry.acti

Re: [Dev] [GREG] Error when adding JaCoco code coverage to test automation

2015-09-02 Thread Nuwan Wimalasekara
Hi Rajith, I could reproduce the same error in test module cmis-tck. I will have a look on this issue. Thanks, Nuwanw On Wed, Sep 2, 2015 at 12:46 PM, Nuwan Wimalasekara wrote: > Hi Rajith, > > I could generate coverage for the test module tests-resources successfully > in GReg 5.0.0-SNAPSHOT.

Re: [Dev] [GREG] Error when adding JaCoco code coverage to test automation

2015-09-02 Thread Nuwan Wimalasekara
Hi Rajith, I could generate coverage for the test module tests-resources successfully in GReg 5.0.0-SNAPSHOT. I updated the test framework version to 4.4.2 and change the pom configuration as the document. Then it generated the coverage without any issue. Which framework version have you used and

Re: [Dev] [GREG] Error when adding JaCoco code coverage to test automation

2015-09-01 Thread Rajith Roshan
Hi all, Please find the correct doc link in [1] which, I referred when updating the test automation [1] - https://docs.google.com/document/d/1pMJGdRH4Kmc4J3rYzgnpGlR5AnSeoC4QL9gMX9tUhYs/edit#heading=h.yemie7ivahbz