GithubHelp home page GithubHelp logo

RuntimeException: Failed to setup FindBugs dependencies for testing caused by FileNotFoundException about test-driven-detectors4findbugs HOT 6 CLOSED

heuermh avatar heuermh commented on July 24, 2024
RuntimeException: Failed to setup FindBugs dependencies for testing caused by FileNotFoundException

from test-driven-detectors4findbugs.

Comments (6)

heuermh avatar heuermh commented on July 24, 2024

Works fine for me on linux

$ mvn -v
Apache Maven 2.2.1 (rdebian-6)
Java version: 1.6.0_23
Java home: /usr/lib/jvm/java-6-openjdk/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "3.0.0-12-generic" arch: "i386" Family: "unix"

from test-driven-detectors4findbugs.

Grundlefleck avatar Grundlefleck commented on July 24, 2024

Hi,

This is a quick ACK to let you know I'm aware of this. I'll get back in touch ASAP with more details when I take a look at the code. I may need some iterations to get feedback about it working on Windows, as I may not be able to get hold of a Windows environment.

Regards,
Graham

from test-driven-detectors4findbugs.

heuermh avatar heuermh commented on July 24, 2024

Very cool. I will help where I can.

Since this is only a problem on Windows (and possibly only Windows+cygwin) it is not a showstopper for me.

from test-driven-detectors4findbugs.

Grundlefleck avatar Grundlefleck commented on July 24, 2024

Hi,

It looks like it's a trivial mistake, so it should be no problem to fix. Could you please test out an updated jar from here:

https://github.com/downloads/youdevise/test-driven-detectors4findbugs/test-driven-detectors4findbugs-0.2.1-SNAPSHOT.jar

And let me know if that works?

Regards,
Graham

P.S. Just in case you're not familiar with maven, I think the easiest way to do that is to create a directory, in the base of the project, named 'lib', download the jar linked to above into the lib directory, and change the dependency info to:

<dependency>
            <groupId>com.youdevise</groupId>
            <artifactId>test-driven-detectors4findbugs</artifactId>
            <version>0.2.1</version>
            <scope>system</scope>
            <systemPath>${basedir}/lib/test-driven-detectors4findbugs-0.2.1-SNAPSHOT.jar</systemPath>
</dependency>

And try 'mvn test' again. If you know a better way, using a snapshot repository, that's available here: https://oss.sonatype.org/content/repositories/snapshots/com/youdevise/test-driven-detectors4findbugs/0.2.1-SNAPSHOT/

That would just be a temporary step, if that works I'll publish a new version to maven central.

from test-driven-detectors4findbugs.

heuermh avatar heuermh commented on July 24, 2024

That works for me, thank you. Feel free to close this issue when it gets to maven central.

from test-driven-detectors4findbugs.

Grundlefleck avatar Grundlefleck commented on July 24, 2024

The updated version has been released and should be synced to maven central in the next couple of hours.

from test-driven-detectors4findbugs.

Related Issues (17)

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.