Message:
The following issue has been closed.
Resolver: Vincent Massol
Date: Thu, 10 Feb 2005 2:44 AM
Done
---------------------------------------------------------------------
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: Closed
Priority: Major
Resolution: FIXED
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-clover-plugin
Fix Fors:
1.7
Versions:
1.6
Assignee: Vincent Massol
Reporter: Jason Madden
Created: Wed, 12 Jan 2005 3:38 PM
Updated: Thu, 10 Feb 2005 2:44 AM
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]