Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] How to enable build-time weaving

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: aspectj-users-bounces@xxxxxxxxxxx [mailto:aspectj-users-
> bounces@xxxxxxxxxxx] On Behalf Of Roger Gilliar
> Sent: Friday, April 29, 2011 12:20 PM
> To: aspectj-users@xxxxxxxxxxx
> 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
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users




Back to the top