The following issue has been updated:
Updater: Vincent Massol (mailto:[EMAIL PROTECTED])
Date: Wed, 9 Feb 2005 1:44 PM
Changes:
assignee changed to Vincent Massol
Fix Version changed to 1.7
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/browse/MPCLOVER-28?page=history
---------------------------------------------------------------------
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: Open
Priority: Major
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: Wed, 9 Feb 2005 1:44 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]