Do you have the AJDT (AspectJ Developer Tools) installed in MyEclipse? I believe this is what I needed in order to peform compile-time weaving of .AJ files into my class files.
> -----Original Message----- > From: [email protected] [mailto:aspectj-users- > [email protected]] On Behalf Of Roger Gilliar > Sent: Friday, April 29, 2011 12:20 PM > To: [email protected] > Subject: [aspectj-users] How to enable build-time weaving > > I started my first project using maven and aspectj and as long as I use > maven it works. The problem is that the eclipse aspectj plugin seems to > use load time weaving. > > That's what I have done: > > - created the maven project and added the aspectj dependencies > - created an eclipse project from the maven project using maven > eclipse:eclipse > - imported the project into eclipse > > Is there something wrong with this approach ? Is it possible to enable > build time weaving ? > > Regards > Roger > > > _______________________________________________ > aspectj-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
