Hi You can check the new features expected to be added in version 3.0 http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPASPECTJ-8
Or download from http://oness.sourceforge.net/maven-aspectj-plugin a temporal plugin with the new features which will be available until new official release. > -----Mensaje original----- > De: Daniel Henrique Alves Lima [mailto:[EMAIL PROTECTED] > Enviado el: mi�rcoles, 21 de abril de 2004 22:12 > Para: Maven Users List > Asunto: aspectj plugin & maven 1.0 rc2 > > Hi, everybody ! > > 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] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
