You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were trying to download sonar groovy plugin 1.5 jar file but it is not allowing us to download so we downloaded the source code and tried to build the job but it was failing due to test case failure with below errors:
" at org.sonar.plugins.groovy.codenarc.CodeNarcSensorTest.should_parse(Cod
NarcSensorTest.java:112)
unning org.sonar.plugins.groovy.jacoco.ExecutionDataVisitorTest
ests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.s
nar.plugins.groovy.jacoco.ExecutionDataVisitorTest
unning org.sonar.plugins.groovy.jacoco.JaCoCoConfigurationTest
ests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in o
g.sonar.plugins.groovy.jacoco.JaCoCoConfigurationTest
unning org.sonar.plugins.groovy.GroovySensorTest
RROR Unable to read file: unknownFile.groovy
ava.io.FileNotFoundException: J:\sonarplugins\sonar-groovy-1.5\sonar-groovy-1.5
sonar-groovy-plugin\unknownFile.groovy (The system cannot find the file specifi
d)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.(FileInputStream.java:138)
at org.sonar.plugins.groovy.foundation.GroovyHighlighterAndTokenizer.pro
essFile(GroovyHighlighterAndTokenizer.java:164)
at org.sonar.plugins.groovy.GroovySensor.highlightFiles(GroovySensor.java"
can you please provide us the correct jar file or correct source code with all dependency provided so that we can create jar file for the same.
Regards
The text was updated successfully, but these errors were encountered:
Hi All,
We were trying to download sonar groovy plugin 1.5 jar file but it is not allowing us to download so we downloaded the source code and tried to build the job but it was failing due to test case failure with below errors:
" at org.sonar.plugins.groovy.codenarc.CodeNarcSensorTest.should_parse(Cod
NarcSensorTest.java:112)
unning org.sonar.plugins.groovy.jacoco.ExecutionDataVisitorTest
ests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.s
nar.plugins.groovy.jacoco.ExecutionDataVisitorTest
unning org.sonar.plugins.groovy.jacoco.JaCoCoConfigurationTest
ests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in o
g.sonar.plugins.groovy.jacoco.JaCoCoConfigurationTest
unning org.sonar.plugins.groovy.GroovySensorTest
RROR Unable to read file: unknownFile.groovy
ava.io.FileNotFoundException: J:\sonarplugins\sonar-groovy-1.5\sonar-groovy-1.5
sonar-groovy-plugin\unknownFile.groovy (The system cannot find the file specifi
d)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.(FileInputStream.java:138)
at org.sonar.plugins.groovy.foundation.GroovyHighlighterAndTokenizer.pro
essFile(GroovyHighlighterAndTokenizer.java:164)
at org.sonar.plugins.groovy.GroovySensor.highlightFiles(GroovySensor.java"
can you please provide us the correct jar file or correct source code with all dependency provided so that we can create jar file for the same.
Regards
The text was updated successfully, but these errors were encountered: