From: lokendra s. <lok...@ya...> - 2011-04-11 06:03:24
|
Hi, Please help me to understand what is wrong here? I am using cobertura 1.9.4.1 for Java Code Coverage. I want to attache the source file with HTML report, I am generating report using the below command cobertura-report.sh --format html --datafile $COBERTURA_HOME/core/emscore.ser --basedir $COBERTURA_HOME/core/src --destination $REPORT_DIR HTML report generated successfully. Where I click on the file name in HTML report, it is giving the below error: "Unable to locate com/airvana/serverImpl/ObjectDao.java. Have you specified the source directory?" However I have the java source file at $COBERTURA_HOME/core/src/com/airvana/serverImpl/ObjectDao.java Thanks in advance. Lokendra |