Issue Type: Bug Bug
Assignee: Ognjen Bubalo
Components: jacoco
Created: 18/Oct/12 3:00 PM
Description:

Right now the hudson-jacoco-plugin will crash if it is invoked atfter the build is done and the build didn't run jacoco. It should rather gracefully do nothing.

The following exception occours:

java.io.FileNotFoundException: ..../jacoco/classes (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:137)
at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:181)
at hudson.plugins.jacoco.ExecutionFileLoader.analyzeStructure(ExecutionFileLoader.java:110)
at hudson.plugins.jacoco.ExecutionFileLoader.loadBundleCoverage(ExecutionFileLoader.java:116)

Project: Jenkins
Priority: Major Major
Reporter: Christoph B
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to