Well.. yes and no :) It does not mess with the clover pr se, because the clover maven2 plugin creates a new folder for the instrumented sources, and runs the test against that one, but, and a big but. You then have to compile the instrumented sources with the aspectJ plugin if you depend on aspects in your domain code, or tests for that matter.
/Kaare On 27/04/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: > Does it work with the m2 clover plugin? I'm afraid I am out of ideas for > http://jira.codehaus.org/browse/MPCLOVER-47. > > -Lukas > > > Kaare Nilsen wrote: > > There is one at mojo :) > > > > http://mojo.codehaus.org/aspectj-maven-plugin/ > > > > /Kaare > > > > On 27/04/06, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > > > >>Congrats on the release! Any plans for a M2 version? > >> > >>2006/4/27, Lukas Theussl <[EMAIL PROTECTED]>: > >> > >>>We are pleased to announce the Maven AspectJ Plugin 4.0 release! > >>> > >>>http://maven.apache.org/maven-1.x/plugins/aspectj/ > >>> > >>> > >>> > >>>=============================================================================== > >>> > >>>Changes in this version include: > >>> > >>> New Features: > >>> > >>>o New property maven.aspectj.dest to define output folder for > >>> aspectj:compile goal. Fixes MPASPECTJ-15. Thanks to Alexey Dashkevich. > >>>o Add a report for the plugin. Fixes MPASPECTJ-23. Thanks to Shinobu Kawai > >>> Yoshida. > >>>o Added maven.aspectj.failonerror property. Fixes MPASPECTJ-24. Thanks to > >>> Shinobu Kawai. > >>> > >>> Fixed bugs: > >>> > >>>o Unable to weave only sources defined in argument files. New property > >>> maven.aspectj.src.argfilesOnly. Fixes MPASPECTJ-14. Thanks to Alexey > >>> Dashkevich. > >>> > >>> Changes: > >>> > >>>o Upgraded to AspectJ 1.5.0 Fixes MPASPECTJ-21. > >>>o Add support for iajc's messageHolderClassattribute and added > >>> maven.dependency.classpath to the iajc's taskdef so that custom message > >>> holder classes will be found at execution time. Fixes MPASPECTJ-19. > >>> > >>> > >>>=============================================================================== > >>> > >>> > >>>To automatically install the plugin, type the following on a single line: > >>> > >>>maven plugin:download > >>> > >>>-Dmaven.repo.remote=http://www.ibiblio.org/maven, > >>>http://cvs.apache.org/repository/ > >>> -DgroupId=maven > >>> -DartifactId=maven-aspectj-plugin > >>> -Dversion=4.0 > >>> > >>>For a manual installation, you can download the plugin here: > >>> > >>>http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-aspectj-plugin-4.0.jar > >>> > >>> > >>>Have fun! > >>>-The Maven AspectJ Plugin development team > >>> > >>>--------------------------------------------------------------------- > >>>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>>For additional commands, e-mail: [EMAIL PROTECTED] > >>> > >>> > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
