I'm running aspectjweaver as a javaagent in Eclipse. I use maven to manage my dependencies, but I need to put a path to aspectjweaver on the command line. What's the recommended ...
currently im working with aspectj in an eclipse-environment. I also want to use Maven for my projects. Now I've got a problem with weaving.
I have one project (let's call it AdressBook), ...
It seems that one has to choose between "AspectJ project" which uses some Eclipse-specific configuration or "Maven project" and then trying to get the XML configuration for AspectJ right.
Is there some ...