Giter VIP home page Giter VIP logo

Comments (3)

mattcj avatar mattcj commented on August 24, 2024

Thanks for reporting this. My first guess is that the newer versions of jacoco have likely changed some code and the jacocotogo plugin is likely not compatible without some code changes. I'll try to take a look soon. In the interim if you are able to use an older version of jacoco that may work for you.

from jacocotogo.

kriegaex avatar kriegaex commented on August 24, 2024

I'd rather wait for a plugin update because I have tried to use the JaCoCo version defined in your plugin POM, but that one is so old, it does not even know the goals we are using, such as prepare-agent-integration.

from jacocotogo.

mattcj avatar mattcj commented on August 24, 2024

Ok, so I finally started looking at this, and part of the problem is actually just the serviceURL you are providing. It appears you are missing the "/jmxrmi" at the end of the URL.

<serviceURL>service:jmx:rmi:///jndi/rmi://localhost:9990/jmxrmi</serviceURL>

Try adding that and see if it corrects the issue. If it still fails after that I may need to create a new release with the updated JaCoCo dependency. The code change is easy, but getting it built and deployed out to central will require me to fix up my build environment.

from jacocotogo.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.