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

Wim Deblauwe commented on MPCLOVER-47:
--------------------------------------

ok, thanks for the info, I will try the new version.

Does that mean that the java files that are part of the same project will not 
be adviced with the aspects if only the .aj files are compiled with the aspectj 
compiler? For that is no problem, but if that is the case, you should document 
it properly I guess.

> 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