Keith Alcock
Keith Alcock
"javax.ws.rs" % "jsr311-api" % "1.1.1", "javax.ws.rs" % "javax.ws.rs-api" % "2.1.1",
Thanks, @bgyori. I suspect that we might not want to incorporate this into the main branch, but it would be very nice to have the changes around for documentation or...
This code might work better for Windows and maybe everything else as well: ``` val cp = cl.getURLs map (url => new File(url.getFile).getCanonicalPath) mkString File.pathSeparator ```
I'm seeing this error in 2019 not just in Windows, but also on Travis running Linux. JGitRunner is apparently not getting the classpath that it needs on line 77. It...
I think the problem on Linux is just with a transitive dependency, so see #100 for a correction to the code.