You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Glauber Vin?cius Ferreira (JIRA)" <ji...@codehaus.org> on 2005/08/19 17:52:10 UTC

[jira] Created: (MPCLOVER-47) Clover report is not generated when using Maven AspectJ plugin

Clover report is not generated when using Maven AspectJ plugin
--------------------------------------------------------------

         Key: MPCLOVER-47
         URL: http://jira.codehaus.org/browse/MPCLOVER-47
     Project: maven-clover-plugin
        Type: Bug
    Versions: 1.10    
 Environment: Maven 1.0.2 on Windows XP
 Reporter: Glauber Vinícius Ferreira
    Priority: Blocker
 Attachments: Introduction Example.zip

When I am using AspectJ plugin with this lines in my maven.xml file:
	<preGoal name="java:compile">
		<attainGoal name="aspectj"/>
	</preGoal>

the Clover report is not generated. The following message is presented:

clover:report:
    [echo] No Clover database found, skipping report generation

The folder "target\clover\database" stays empty.
--------------------------------------------------------------------------------------------------
When I am using AspectJ plugin with this lines in my maven.xml file:
	<preGoal name="java:compile">
		<attainGoal name="aspectj:compile"/>
	</preGoal>

an empty Clover report is generated, although there is one test in the project. The following message is presented:

[clover-report] No coverage data found for 'C:\eclipse\workspace\Introduction Example\target\clover\database\clover_coverage.db'.

The file "clover_coverage.db" is created at folder "target\clover\database"

--------------------------------------------------------------------------------------------------
When I am using AspectJ plugin with no preGoal for "java:compile" the Clover report is generated properly.

--------------------------------------------------------------------------------------------------

The MPCLOVER-27 issue reports this same problem, but did not provide data to reproduce it.

Thank you.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org