Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.10
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
In our environment, we do generate some source code, so when we
invoke clover:on, the code does not already exist, so the fileset does not contain our code.
So we are now calling clover:on whenever we generate some source code.
This is done after the maven.compile.src.set is modified. The problem is at the second invocation of clover:on, the clover:on goal does not see the new value of maven.compile.src.set.
It looks like ant:pathconvert, does not override a property if it is already set.
It seems that resetting the property variable to null before invoking the ant:pathconvert solves the problem.