Skip to content

NoClassDefFoundError: org/jacoco/core/analysis/ICoverageVisitor: org/jacoco/core/analysis/ICoverageVisitor #1

@Blackbaud-JasonBodnar

Description

@Blackbaud-JasonBodnar

I built the module and prepared it for deployment per the instructions. I then installed the Plugin from Disk in Intellij. After restarting IntelliJ I enabled coverage and ran a unit test. IntelliJ complained that jacocagent.jar was missing so I copied it from the git checkout lib to ~/.IdeaIC13/config/plugins/lib/.

I was then able to run my unit test. When I select Generate report I got:

NoClassDefFoundError: org/jacoco/core/analysis/ICoverageVisitor: org/jacoco/core/analysis/ICoverageVisitor

I copied org.jacoco.core-0.6.3.201306030806.jar and org.jacoco.report-0.6.3.201306030806.jar from the git checkout lib to ~/.IdeaIC13/config/plugins/lib/ but I still get NoClassDefFoundError. I also tried renaming those jars to ones without the version numbers but still couldn't get it to work.

Thanks,

Jason

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions