The message might be a follow-up because it did not copy any .class files before.
Can you post all log output of the jacoco-plugin in the Jenkins build output and also state which exact version of the jacoco-plugin this is? Thanks... Dominik. On Mon, May 23, 2016 at 10:07 AM, Matt Turner <[email protected]> wrote: > Hi, I'm using the gradle Java plugin to build a Java project, so I have a > fairly standard directory layout. > I have the plugin configured with **/**.exec ; build/classes/main ; > src/main/java > When the plugin runs, the exec file are found (two, for two test tasks), > and the source directory is found, but there are no matches for classes (I > can confirm that com/cisco/**/*.class exists under the directory I've > given). Any ideas? > Then, when the plugin tries to run I see > > java.lang.IllegalStateException > <http://stacktrace.jenkins-ci.org/search?query=java.lang.IllegalStateException>: > basedir > /bms/webapps/jenkins/home/jobs/<redacted>/jobs/<redacted>/builds/210/jacoco/classes > does not exist > > Does this indicate a plugin mis-installation, or is this because no classes > directory was found, so the plugin has simply appended "classes" to its > working directory? > > > Thanks, > > matt > > -- > Azért kapta ezt az üzenetet, mert feliratkozott a Google Csoportok > „Jenkins JaCoCo plugin mailing list” csoportjára. > Az erről a csoportról és az ahhoz kapcsolódó e-mailekről való > leiratkozáshoz küldjön egy e-amailt a(z) > [email protected] címre. > Ha üzenetet szeretne küldeni ebbe a csoportba, küldjön e-mailt a(z) > [email protected] címre. > További lehetőségekért látogasson el ide: > https://groups.google.com/d/optout. > -- Azért kapta ezt az üzenetet, mert feliratkozott a Google Csoportok szolgáltatásbeli Jenkins JaCoCo plugin mailing list csoportra. Az erről a csoportról és az ahhoz kapcsolódó e-mailekről való leiratkozáshoz küldjön egy e-amailt a(z) [email protected] címre. Ha üzenetet szeretne küldeni ebbe a csoportba, küldjön egy e-mailt a(z) [email protected] címre. További lehetőségekért látogasson el a(z) https://groups.google.com/d/optout címre.
