I'm trying to use aspectj plugin with maven 1.0rc2 but i'm getting the following error:
aspectj:weave-internal: [move] Moving 1 files to /projects/new_project/target copyInjars not required since 1.1.1.
[iajc] ignored: copyInJars at
[iajc] couldn't find aspectjrt.jar on classpath, checked:
[iajc] manifest not copied: 'META-INF/MANIFEST.MF' in JAR '/projects/new_project/target/new_project-1.0-b1-notweaved.jar'
[iajc] ABORT
[iajc] Exception thrown from AspectJ 1.1.1
I've tried to add a dependency for aspectjrt.jar in my project.xml :
<dependency>
<groupId>aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.1.1</version>
<url>http://aspectj.org/</url>
</dependency>But it doesn't work. Any glue ?
How can i know/change the version of aspectj plugin that maven is using ?
Thanks !
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
