Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPCLOVER-28 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPCLOVER-28 Summary: Clover plugin fails to reset build directory in clover:off Type: Bug Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-clover-plugin Versions: 1.6 Assignee: Reporter: Jason Madden Created: Wed, 12 Jan 2005 3:38 PM Updated: Wed, 12 Jan 2005 3:38 PM Description: The clover:on goal resets the maven.build.dest property so that Clover instrumented classes don't get mixed with non-instrumented classes. The old value is saved in a variable "mavenBuildDestOld." The clover:off goal attempts to restore the original maven.build.dest property, but it uses a non-existant variable named "mavenBuildDestTestOld," so the reset fails. If you are running many Maven goals at once, like a site deploy, this can cause NoClassDefFound errors, since the instrumented clases will continue to be used. --------------------------------------------------------------------- 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]