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

If you have AJDT already installed and it still does not weave at build time, you probably have to add the ajdt capability to your project. Right click your project, select "Configure -> Convert to AspectJ project".
The project should rebuild and work now.

Jochen

On Apr 29, 2011, at 10:20 AM, Roger Gilliar wrote:

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