Why would anything not shell related have problems with spaces in the file paths? Can you just update the code reading it?
I don't know how to remove the space, though honestly I don't think i've ever seen a space in the path but i've never looked carefully sorry. Gavin On Tue, Jul 14, 2020 at 1:02 PM Michael Carter <[email protected]> wrote: > Doing some research into this it suggested objects with spaces can cause > this error. The only space I could find is in the temp folder name. Any > way to get rid of that space? > > Caused: java.io.IOException: While reading class directory: /my-plugin/ > target/tmp/j h1438579319153760688/jobs/jobname-FreeStyleJacocoOnlyTest/ > builds/1/jacoco/classes > at hudson.plugins.jacoco.ExecutionFileLoader.analyzeStructure( > ExecutionFileLoader.java:132) > at hudson.plugins.jacoco.ExecutionFileLoader.loadBundleCoverage( > ExecutionFileLoader.java:140) > at hudson.plugins.jacoco.JacocoReportDir.parse(JacocoReportDir.java:110) > at hudson.plugins.jacoco.JacocoBuildAction.loadRatios(JacocoBuildAction. > java:331) > at hudson.plugins.jacoco.JacocoBuildAction.load(JacocoBuildAction.java: > 321) > > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/f7f89dc7-6113-481f-ab61-b18f9dfb2887o%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/f7f89dc7-6113-481f-ab61-b18f9dfb2887o%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAG%3D_Duv8CMpN%3DPPomS12OqeOmqa%2BB%2BXX8AcZNkpnbvRO%2B3QjmA%40mail.gmail.com.
