You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I get the following error:
ERROR: Clover-for-Groovy encountered an error while loading config:
Basically, when I use ant.'clover-setup' I get this error and no instrumentation is performed. I can leave off all params to the ant task (i.e. accepting all defaults) and still get this error.
Hi Paul,
Is there a stack-trace accompanying that error message?
Do you see any more log messages when you run Gradle in debug mode ?
Cheers,
Nick
No stacktraces near that error. There is a stacktrace later on because the ant.'clover-report' can't find the coverage database - but it isn't there (as it is never created) so it seems to be working as expected.
The previous line is execing java with this class 'org.codehaus.groovy.tools.FileSystemCompiler' and has the clover jar and a temp groverxxxx.jar in the classpath.
Then the error line.
Then:
[ant:clover-setup] Cleaning up Clover directory ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
By default, Clover should log to stdout. You can specify the log level by setting the clover.logging.level to either
You can also specify which framework gets used via the clover.logging.adapter System property. Valid values are:
e.g. -Dclover.logging.adapter=log4j
will force Clover to use log4j.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Such error might happen when Ant jar is missing in class path. In such case the error message with a stack trace looks this:
[groovyc] ERROR: Clover-for-Groovy encountered an error while loading config: Clover-for-Groovy encountered an error while loading config: : org/apache/tools/ant/BuildException [groovyc] java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildException [groovyc] at java.lang.Class.getDeclaredFields0(Native Method) ...
[groovyc] at com.atlassian.clover.instr.java.InstrumentationConfig.loadFromStream(InstrumentationConfig.java:439) [groovyc] at com.atlassian.clover.instr.groovy.Grover.newConfigFromResource(Grover.java:241) [groovyc] at com.atlassian.clover.instr.groovy.Grover.<init>(Grover.java:210)
...
If this is your case, then please use includeAntRuntime="true" in your build configuration.
See also clover-for-groovy-encountered-an-error-while-loading-config.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian's marketplace partners have had a very productive start to 2021! Since our last roundup, our developer community has added over 160 new cloud apps to the Atlassian Marketplace to help you...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.