The following comment has been added to this issue: Author: Emmanuel Venisse Created: Tue, 9 Sep 2003 4:38 AM Body: I test your project and it works fine for me (maven jcoverage) after adding xml-apis to dependencies for run tests.
If I run with maven.jcoverage.junit.fork=false, I obtain 0% of coverage, and deafault fork value, I obtain 51% I think you have a dependency problem with your project because I can't run 'maven site'. I obtain an exception with xdoc plugin. --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-795 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-795 Summary: jcovergae plugin doesnot seem to merge sourceDirectory and unitTestSourceDIrectory Type: Bug Status: Reopened Priority: Major Time Spent: Unknown Remaining: Unknown Project: maven Fix Fors: 1.0-rc1 Assignee: Reporter: gilles dodinet Created: Sun, 7 Sep 2003 10:14 AM Updated: Mon, 8 Sep 2003 7:24 AM Environment: winxp, maven built yesterday from cvs head Description: when running jcoverage plugin (maven jcoverage) i end up with FileNotFoundException : <my basedir>/src/java/ProjectAggregatorTest.java. After digging in the plugin, it seems that sourceDirectory and unitTestSourceDirectory should be merged (currently only sourceDirectory is passed to report, causing that exception. merging sourceDirectory and unitTestSourceDirectory in ${maven.jcoverage.sourceDirectory} and passing that directory to report seem to solve the issue. i hope im not missing something or a configuration thingy. attached is a patch. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]