Issue Details (XML | Word | Printable)

Key: MPCLOVER-32
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Vincent Massol
Reporter: Marnix J. van Wendel de Joode
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Clover Plugin

clover:off does not reset the compiler to javac

Created: 22/Mar/05 08:05 AM   Updated: 21/May/05 09:47 AM   Resolved: 21/May/05 09:47 AM
Return to search
Component/s: None
Affects Version/s: 1.8
Fix Version/s: 1.9

Time Tracking:
Not Specified

Environment:
maven clover plugin 1.8
clover version 1.3.5


 Description  « Hide

I have the problem that when calling clover:off the java compiler is not reset to javac. Any report I run after the clover one in 'maven site' that needs to compile still uses the clover compiler.

Am I missing something? I see the build.compiler property is reset to an emtpy string (or just removed from the env), but no <ant clover:desetup> is called (since it does not exist).



Wim Deblauwe added a comment - 31/Mar/05 09:02 AM

clover:off needs to disable the clover compiler like this:

<ant:clover-setup
initstring="${maven.clover.database}"
flushpolicy="interval"
flushinterval="500"
enabled="false"/>

There is however a pitfall to this:
Calling 'maven clover:on jar clover:off jar' will produce a clovered jar! That is because maven/ant sees that the classes are already compiled. You need to do a clean in between.

I use this to generate a nightly build with a website with Clover, but have a "clean" jar deployed at our server repository.


Vincent Massol added a comment - 21/May/05 09:47 AM

Thanks Wim. A patch with some test cases would be just awesome but I guess I can't ask for too much Your information about clover-setup with enabled="false" has helped me a lot. Thanks.


Vincent Massol made changes - 21/May/05 09:47 AM
Field Original Value New Value
Fix Version/s 1.9 [ 11530 ]
Resolution Fixed [ 1 ]
Assignee Vincent Massol [ vmassol ]
Status Open [ 1 ] Closed [ 6 ]