[ http://jira.codehaus.org/browse/MPCLOVER-47?page=comments#action_64268 ] 

Lukas Theussl commented on MPCLOVER-47:
---------------------------------------

Small correction: the maven.aspectj.src.argfilesOnly option was only introduced 
in aspectj-plugin-4.0, which I just released a few minutes ago. :)

> 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, aspectjtest.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

Reply via email to